#779A8A

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

Shades of Granny Smith #779A8A

Tints of Granny Smith #779A8A

Color information

#779A8A (or 0x779A8A) is unknown color: approx Granny Smith. HEX triplet: 77, 9A and 8A. RGB value is (119,154,138). Sum of RGB (Red+Green+Blue) = 119+154+138=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #779A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A8A is #886575. Grayscale: #8D8D8D. Windows color (decimal): -8938870 or 9083511. OLE color: 9083511.

HSL color Cylindrical-coordinate representation of color #779A8A: hue angle of 152.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A8A is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB119154138-
CMYK0.2300.100.40
HSL152.57º14.77%53.53%-
HSV(B)152.57º22.73%60.39%-
XYZ23.7528.8728.37-
YUV141.71125.9111.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=28.95%
G=37.47%
B=33.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541380.2300.100.40152.5714.7753.53
Hex779A8A170A2899f36
Octal16723221227012502311766
Binary111011110011010100010101011101010101000100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,138); }

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

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

 a { background-color: rgb(119,154,138); }

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

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

 span { border-color: rgb(119,154,138); }

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