Html Css Color HEX #779C8C Granny Smith

📋 copy color: '#779C8C'

red 119 ◦ green 156 ◦ blue 140

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

Shades of Granny Smith #779C8C

Tints of Granny Smith #779C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.59%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 28.67%
G = 37.59%
B = 33.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#779C8C (or 0x779C8C) is known color: Granny Smith. HEX triplet: 77, 9C and 8C. RGB value is (119,156,140). Sum of RGB (Red+Green+Blue) = 119+156+140=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #779C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C8C is #886373. Grayscale: #8F8F8F. Windows color (decimal): -8938356 or 9215095. OLE color: 9215095.

HSL color Cylindrical-coordinate representation of color #779C8C: hue angle of 154.05º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C8C is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 156 140 -
CMYK 0.24 0 0.10 0.39
HSL 154.05º 0.16% 0.54% -
HSV(B) 154.05º 0.24% 0.61% -
XYZ 24.23 29.59 29.25 -
YUV 143.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 119 156 140 0.24 0 0.10 0.39 154.05 0.16 0.54
Hex 77 9C 8C 18 0 A 27 9A 10 36
Octal 167 234 214 30 0 12 47 232 20 66
Binary 1110111 10011100 10001100 11000 0 1010 100111 10011010 10000 110110

Color Harmonies of #779C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779C8C

Black with #779C8C

Text Example


Text Example

White with #779C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779C8C; }

 p { color: rgb(119,156,140); }

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

background-color css

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

 a { background-color: rgb(119,156,140); }

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

border-color css

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

 span { border-color: rgb(119,156,140); }

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