Html Css Color HEX #788C83 Granny Smith

📋 copy color: '#788C83'

red 120 ◦ green 140 ◦ blue 131

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

Shades of Granny Smith #788C83

Tints of Granny Smith #788C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 30.69%
G = 35.81%
B = 33.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#788C83 (or 0x788C83) is known color: Granny Smith. HEX triplet: 78, 8C and 83. RGB value is (120,140,131). Sum of RGB (Red+Green+Blue) = 120+140+131=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #788C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C83 is #87737C. Grayscale: #858585. Windows color (decimal): -8876925 or 8621176. OLE color: 8621176.

HSL color Cylindrical-coordinate representation of color #788C83: hue angle of 153º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788C83 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 140 131 -
CMYK 0.14 0 0.06 0.45
HSL 153º 0.08% 0.51% -
HSV(B) 153º 0.14% 0.55% -
XYZ 21.22 24.39 25.06 -
YUV 132.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 120 140 131 0.14 0 0.06 0.45 153 0.08 0.51
Hex 78 8C 83 E 0 6 2D 99 8 33
Octal 170 214 203 16 0 6 55 231 10 63
Binary 1111000 10001100 10000011 1110 0 110 101101 10011001 1000 110011

Color Harmonies of #788C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788C83

Black with #788C83

Text Example


Text Example

White with #788C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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