Html Css Color HEX #789376 Davy's Grey

📋 copy color: '#789376'

red 120 ◦ green 147 ◦ blue 118

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

Shades of Davy's Grey #789376

Tints of Davy's Grey #789376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 31.17%
G = 38.18%
B = 30.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#789376 (or 0x789376) is known color: Davy's Grey. HEX triplet: 78, 93 and 76. RGB value is (120,147,118). Sum of RGB (Red+Green+Blue) = 120+147+118=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #789376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789376 is #876C89. Grayscale: #878787. Windows color (decimal): -8875146 or 7771000. OLE color: 7771000.

HSL color Cylindrical-coordinate representation of color #789376: hue angle of 115.86º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789376 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 147 118 -
CMYK 0.18 0 0.20 0.42
HSL 115.86º 0.12% 0.52% -
HSV(B) 115.86º 0.2% 0.58% -
XYZ 21.45 26.17 21.06 -
YUV 135.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 120 147 118 0.18 0 0.20 0.42 115.86 0.12 0.52
Hex 78 93 76 12 0 14 2A 74 C 34
Octal 170 223 166 22 0 24 52 164 14 64
Binary 1111000 10010011 1110110 10010 0 10100 101010 1110100 1100 110100

Color Harmonies of #789376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789376

Black with #789376

Text Example


Text Example

White with #789376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789376; }

 p { color: rgb(120,147,118); }

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

background-color css

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

 a { background-color: rgb(120,147,118); }

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

border-color css

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

 span { border-color: rgb(120,147,118); }

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