Html Css Color HEX #779083 Granny Smith

📋 copy color: '#779083'

red 119 ◦ green 144 ◦ blue 131

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

Shades of Granny Smith #779083

Tints of Granny Smith #779083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 30.2%
G = 36.55%
B = 33.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#779083 (or 0x779083) is known color: Granny Smith. HEX triplet: 77, 90 and 83. RGB value is (119,144,131). Sum of RGB (Red+Green+Blue) = 119+144+131=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #779083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779083 is #886F7C. Grayscale: #878787. Windows color (decimal): -8941437 or 8622199. OLE color: 8622199.

HSL color Cylindrical-coordinate representation of color #779083: hue angle of 148.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #779083 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 131 -
CMYK 0.17 0 0.09 0.44
HSL 148.8º 0.1% 0.52% -
HSV(B) 148.8º 0.17% 0.56% -
XYZ 21.68 25.51 25.25 -
YUV 135.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 119 144 131 0.17 0 0.09 0.44 148.8 0.1 0.52
Hex 77 90 83 11 0 9 2C 95 A 34
Octal 167 220 203 21 0 11 54 225 12 64
Binary 1110111 10010000 10000011 10001 0 1001 101100 10010101 1010 110100

Color Harmonies of #779083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779083

Black with #779083

Text Example


Text Example

White with #779083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779083; }

 p { color: rgb(119,144,131); }

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

background-color css

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

 a { background-color: rgb(119,144,131); }

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

border-color css

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

 span { border-color: rgb(119,144,131); }

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