Html Css Color HEX #779988 Granny Smith

📋 copy color: '#779988'

red 119 ◦ green 153 ◦ blue 136

#779988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #779988

Tints of Granny Smith #779988

RGB

 RED value IS 119 (46.88% from 255) = 29.17%

 GREEN value IS 153 (60.16% from 255) = 37.5%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 29.17%
G = 37.5%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#779988 (or 0x779988) is known color: Granny Smith. HEX triplet: 77, 99 and 88. RGB value is (119,153,136). Sum of RGB (Red+Green+Blue) = 119+153+136=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #779988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779988 is #886677. Grayscale: #8C8C8C. Windows color (decimal): -8939128 or 8952183. OLE color: 8952183.

HSL color Cylindrical-coordinate representation of color #779988: hue angle of 150º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779988 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 136 -
CMYK 0.22 0 0.11 0.4
HSL 150º 0.14% 0.53% -
HSV(B) 150º 0.22% 0.6% -
XYZ 23.44 28.48 27.55 -
YUV 140.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 119 153 136 0.22 0 0.11 0.4 150 0.14 0.53
Hex 77 99 88 16 0 B 28 96 E 35
Octal 167 231 210 26 0 13 50 226 16 65
Binary 1110111 10011001 10001000 10110 0 1011 101000 10010110 1110 110101

Color Harmonies of #779988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779988

Black with #779988

Text Example


Text Example

White with #779988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779988; }

 p { color: rgb(119,153,136); }

 H1.HeaderClassName
 {
   color: #779988;
 }
 .AnyTagClassName
 {
   color: #779988;
 }
</style>

background-color css

<style>
 a { background-color: #779988; }

 a { background-color: rgb(119,153,136); }

 div.DivClassName
 {
   background-color: #779988;
 }
 .BgClassName
 {
   background-color: #779988;
 }
</style>

border-color css

<style>
 span { border-color: #779988; }

 span { border-color: rgb(119,153,136); }

 td.TdClassName
 {
   border-color: #779988;
 }
 .TagClassName
 {
   border-color: #779988;
 }
</style>