Html Css Color HEX #778782 Granny Smith

📋 copy color: '#778782'

red 119 ◦ green 135 ◦ blue 130

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

Shades of Granny Smith #778782

Tints of Granny Smith #778782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 30.99%
G = 35.16%
B = 33.85%

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

#778782 (or 0x778782) is known color: Granny Smith. HEX triplet: 77, 87 and 82. RGB value is (119,135,130). Sum of RGB (Red+Green+Blue) = 119+135+130=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #778782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778782 is #88787D. Grayscale: #818181. Windows color (decimal): -8943742 or 8554359. OLE color: 8554359.

HSL color Cylindrical-coordinate representation of color #778782: hue angle of 161.25º degrees, saturation: 0.06, 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 #778782 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 130 -
CMYK 0.12 0 0.04 0.47
HSL 161.25º 0.06% 0.5% -
HSV(B) 161.25º 0.12% 0.53% -
XYZ 20.3 22.86 24.46 -
YUV 129.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 119 135 130 0.12 0 0.04 0.47 161.25 0.06 0.5
Hex 77 87 82 C 0 4 2F A1 6 32
Octal 167 207 202 14 0 4 57 241 6 62
Binary 1110111 10000111 10000010 1100 0 100 101111 10100001 110 110010

Color Harmonies of #778782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778782

Black with #778782

Text Example


Text Example

White with #778782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778782; }

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

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

background-color css

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

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

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

border-color css

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

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

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