Html Css Color HEX #77988B Granny Smith

📋 copy color: '#77988B'

red 119 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #77988B

Tints of Granny Smith #77988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 29.02%
G = 37.07%
B = 33.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#77988B (or 0x77988B) is known color: Granny Smith. HEX triplet: 77, 98 and 8B. RGB value is (119,152,139). Sum of RGB (Red+Green+Blue) = 119+152+139=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #77988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77988B is #886774. Grayscale: #8C8C8C. Windows color (decimal): -8939381 or 9148535. OLE color: 9148535.

HSL color Cylindrical-coordinate representation of color #77988B: hue angle of 156.36º 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 #77988B is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 139 -
CMYK 0.22 0 0.09 0.40
HSL 156.36º 0.14% 0.53% -
HSV(B) 156.36º 0.22% 0.6% -
XYZ 23.5 28.24 28.64 -
YUV 140.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 119 152 139 0.22 0 0.09 0.40 156.36 0.14 0.53
Hex 77 98 8B 16 0 9 28 9C E 35
Octal 167 230 213 26 0 11 50 234 16 65
Binary 1110111 10011000 10001011 10110 0 1001 101000 10011100 1110 110101

Color Harmonies of #77988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77988B

Black with #77988B

Text Example


Text Example

White with #77988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77988B; }

 p { color: rgb(119,152,139); }

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

background-color css

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

 a { background-color: rgb(119,152,139); }

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

border-color css

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

 span { border-color: rgb(119,152,139); }

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