Html Css Color HEX #77A097 Granny Smith

📋 copy color: '#77A097'

red 119 ◦ green 160 ◦ blue 151

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

Shades of Granny Smith #77A097

Tints of Granny Smith #77A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.21%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 27.67%
G = 37.21%
B = 35.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#77A097 (or 0x77A097) is known color: Granny Smith. HEX triplet: 77, A0 and 97. RGB value is (119,160,151). Sum of RGB (Red+Green+Blue) = 119+160+151=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #77A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A097 is #885F68. Grayscale: #929292. Windows color (decimal): -8937321 or 9937015. OLE color: 9937015.

HSL color Cylindrical-coordinate representation of color #77A097: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A097 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 160 151 -
CMYK 0.26 0 0.06 0.37
HSL 166.83º 0.18% 0.55% -
HSV(B) 166.83º 0.26% 0.63% -
XYZ 25.76 31.3 33.96 -
YUV 146.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 119 160 151 0.26 0 0.06 0.37 166.83 0.18 0.55
Hex 77 A0 97 1A 0 6 25 A7 12 37
Octal 167 240 227 32 0 6 45 247 22 67
Binary 1110111 10100000 10010111 11010 0 110 100101 10100111 10010 110111

Color Harmonies of #77A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A097

Black with #77A097

Text Example


Text Example

White with #77A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A097; }

 p { color: rgb(119,160,151); }

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

background-color css

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

 a { background-color: rgb(119,160,151); }

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

border-color css

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

 span { border-color: rgb(119,160,151); }

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