Html Css Color HEX #789075 Davy's Grey

📋 copy color: '#789075'

red 120 ◦ green 144 ◦ blue 117

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

Shades of Davy's Grey #789075

Tints of Davy's Grey #789075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 31.5%
G = 37.8%
B = 30.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#789075 (or 0x789075) is known color: Davy's Grey. HEX triplet: 78, 90 and 75. RGB value is (120,144,117). Sum of RGB (Red+Green+Blue) = 120+144+117=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #789075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789075 is #876F8A. Grayscale: #858585. Windows color (decimal): -8875915 or 7704696. OLE color: 7704696.

HSL color Cylindrical-coordinate representation of color #789075: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789075 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 144 117 -
CMYK 0.17 0 0.19 0.44
HSL 113.33º 0.11% 0.51% -
HSV(B) 113.33º 0.19% 0.56% -
XYZ 20.93 25.22 20.6 -
YUV 133.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 120 144 117 0.17 0 0.19 0.44 113.33 0.11 0.51
Hex 78 90 75 11 0 13 2C 71 B 33
Octal 170 220 165 21 0 23 54 161 13 63
Binary 1111000 10010000 1110101 10001 0 10011 101100 1110001 1011 110011

Color Harmonies of #789075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789075

Black with #789075

Text Example


Text Example

White with #789075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789075; }

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

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

background-color css

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

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

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

border-color css

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

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

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