Html Css Color HEX #788983 Granny Smith

📋 copy color: '#788983'

red 120 ◦ green 137 ◦ blue 131

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

Shades of Granny Smith #788983

Tints of Granny Smith #788983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

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

R = 30.93%
G = 35.31%
B = 33.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#788983 (or 0x788983) is known color: Granny Smith. HEX triplet: 78, 89 and 83. RGB value is (120,137,131). Sum of RGB (Red+Green+Blue) = 120+137+131=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #788983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788983 is #87767C. Grayscale: #838383. Windows color (decimal): -8877693 or 8620408. OLE color: 8620408.

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

Color convert

RGB 120 137 131 -
CMYK 0.12 0 0.04 0.46
HSL 158.82º 0.07% 0.5% -
HSV(B) 158.82º 0.12% 0.54% -
XYZ 20.79 23.52 24.92 -
YUV 131.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 120 137 131 0.12 0 0.04 0.46 158.82 0.07 0.5
Hex 78 89 83 C 0 4 2E 9F 7 32
Octal 170 211 203 14 0 4 56 237 7 62
Binary 1111000 10001001 10000011 1100 0 100 101110 10011111 111 110010

Color Harmonies of #788983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788983

Black with #788983

Text Example


Text Example

White with #788983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788983; }

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

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

background-color css

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

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

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

border-color css

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

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

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