Html Css Color HEX #789375 Davy's Grey

📋 copy color: '#789375'

red 120 ◦ green 147 ◦ blue 117

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

Shades of Davy's Grey #789375

Tints of Davy's Grey #789375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 31.25%
G = 38.28%
B = 30.47%

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

#789375 (or 0x789375) is known color: Davy's Grey. HEX triplet: 78, 93 and 75. RGB value is (120,147,117). Sum of RGB (Red+Green+Blue) = 120+147+117=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #789375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789375 is #876C8A. Grayscale: #878787. Windows color (decimal): -8875147 or 7705464. OLE color: 7705464.

HSL color Cylindrical-coordinate representation of color #789375: hue angle of 114º 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 #789375 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 147 117 -
CMYK 0.18 0 0.20 0.42
HSL 114º 0.12% 0.52% -
HSV(B) 114º 0.2% 0.58% -
XYZ 21.39 26.14 20.75 -
YUV 135.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 120 147 117 0.18 0 0.20 0.42 114 0.12 0.52
Hex 78 93 75 12 0 14 2A 72 C 34
Octal 170 223 165 22 0 24 52 162 14 64
Binary 1111000 10010011 1110101 10010 0 10100 101010 1110010 1100 110100

Color Harmonies of #789375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789375

Black with #789375

Text Example


Text Example

White with #789375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789375; }

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

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

background-color css

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

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

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

border-color css

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

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

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