Html Css Color HEX #778882 Granny Smith

📋 copy color: '#778882'

red 119 ◦ green 136 ◦ blue 130

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

Shades of Granny Smith #778882

Tints of Granny Smith #778882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 30.91%
G = 35.32%
B = 33.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#778882 (or 0x778882) is known color: Granny Smith. HEX triplet: 77, 88 and 82. RGB value is (119,136,130). Sum of RGB (Red+Green+Blue) = 119+136+130=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #778882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778882 is #88777D. Grayscale: #828282. Windows color (decimal): -8943486 or 8554615. OLE color: 8554615.

HSL color Cylindrical-coordinate representation of color #778882: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778882 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 136 130 -
CMYK 0.12 0 0.04 0.47
HSL 158.82º 0.07% 0.5% -
HSV(B) 158.82º 0.13% 0.53% -
XYZ 20.44 23.14 24.51 -
YUV 130.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 119 136 130 0.12 0 0.04 0.47 158.82 0.07 0.5
Hex 77 88 82 C 0 4 2F 9F 7 32
Octal 167 210 202 14 0 4 57 237 7 62
Binary 1110111 10001000 10000010 1100 0 100 101111 10011111 111 110010

Color Harmonies of #778882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778882

Black with #778882

Text Example


Text Example

White with #778882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778882; }

 p { color: rgb(119,136,130); }

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

background-color css

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

 a { background-color: rgb(119,136,130); }

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

border-color css

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

 span { border-color: rgb(119,136,130); }

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