Html Css Color HEX #77928B Granny Smith

📋 copy color: '#77928B'

red 119 ◦ green 146 ◦ blue 139

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

Shades of Granny Smith #77928B

Tints of Granny Smith #77928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 29.46%
G = 36.14%
B = 34.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#77928B (or 0x77928B) is known color: Granny Smith. HEX triplet: 77, 92 and 8B. RGB value is (119,146,139). Sum of RGB (Red+Green+Blue) = 119+146+139=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #77928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77928B is #886D74. Grayscale: #898989. Windows color (decimal): -8940917 or 9146999. OLE color: 9146999.

HSL color Cylindrical-coordinate representation of color #77928B: hue angle of 164.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77928B is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 139 -
CMYK 0.18 0 0.05 0.43
HSL 164.44º 0.11% 0.52% -
HSV(B) 164.44º 0.18% 0.57% -
XYZ 22.55 26.34 28.32 -
YUV 137.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 119 146 139 0.18 0 0.05 0.43 164.44 0.11 0.52
Hex 77 92 8B 12 0 5 2B A4 B 34
Octal 167 222 213 22 0 5 53 244 13 64
Binary 1110111 10010010 10001011 10010 0 101 101011 10100100 1011 110100

Color Harmonies of #77928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77928B

Black with #77928B

Text Example


Text Example

White with #77928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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