#779C94

Color #779C94 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #779C94

Tints of Granny Smith #779C94

Color information

#779C94 (or 0x779C94) is unknown color: approx Granny Smith. HEX triplet: 77, 9C and 94. RGB value is (119,156,148). Sum of RGB (Red+Green+Blue) = 119+156+148=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #779C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C94 is #88636B. Grayscale: #909090. Windows color (decimal): -8938348 or 9739383. OLE color: 9739383.

HSL color Cylindrical-coordinate representation of color #779C94: hue angle of 167.03º 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 #779C94 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB119156148-
CMYK0.2400.050.39
HSL167.03º15.74%53.92%-
HSV(B)167.03º23.72%61.18%-
XYZ24.8429.8432.47-
YUV144.02130.24110.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=28.13%
G=36.88%
B=34.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561480.2400.050.39167.0315.7453.92
Hex779C94180527a71036
Octal1672342243005472472066
Binary111011110011100100101001100001011001111010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #779C94;
 }
 .AnyTagClassName
 {
   color: #779C94;
 }
</style>
background-color css

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

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

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

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

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

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