Html Css Color HEX #788883 Granny Smith

📋 copy color: '#788883'

red 120 ◦ green 136 ◦ blue 131

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

Shades of Granny Smith #788883

Tints of Granny Smith #788883

RGB

 RED value IS 120 (47.27% from 255) = 31.01%

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

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

R = 31.01%
G = 35.14%
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

#788883 (or 0x788883) is known color: Granny Smith. HEX triplet: 78, 88 and 83. RGB value is (120,136,131). Sum of RGB (Red+Green+Blue) = 120+136+131=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #788883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788883 is #87777C. Grayscale: #828282. Windows color (decimal): -8877949 or 8620152. OLE color: 8620152.

HSL color Cylindrical-coordinate representation of color #788883: 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 #788883 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 131 -
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.65 23.24 24.87 -
YUV 130.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 120 136 131 0.12 0 0.04 0.47 161.25 0.06 0.5
Hex 78 88 83 C 0 4 2F A1 6 32
Octal 170 210 203 14 0 4 57 241 6 62
Binary 1111000 10001000 10000011 1100 0 100 101111 10100001 110 110010

Color Harmonies of #788883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788883

Black with #788883

Text Example


Text Example

White with #788883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788883; }

 p { color: rgb(120,136,131); }

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

background-color css

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

 a { background-color: rgb(120,136,131); }

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

border-color css

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

 span { border-color: rgb(120,136,131); }

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