Html Css Color HEX #789275 Davy's Grey

📋 copy color: '#789275'

red 120 ◦ green 146 ◦ blue 117

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

Shades of Davy's Grey #789275

Tints of Davy's Grey #789275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

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

R = 31.33%
G = 38.12%
B = 30.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#789275 (or 0x789275) is known color: Davy's Grey. HEX triplet: 78, 92 and 75. RGB value is (120,146,117). Sum of RGB (Red+Green+Blue) = 120+146+117=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #789275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789275 is #876D8A. Grayscale: #878787. Windows color (decimal): -8875403 or 7705208. OLE color: 7705208.

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

Color convert

RGB 120 146 117 -
CMYK 0.18 0 0.20 0.43
HSL 113.79º 0.12% 0.52% -
HSV(B) 113.79º 0.2% 0.57% -
XYZ 21.24 25.84 20.7 -
YUV 134.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 120 146 117 0.18 0 0.20 0.43 113.79 0.12 0.52
Hex 78 92 75 12 0 14 2B 72 C 34
Octal 170 222 165 22 0 24 53 162 14 64
Binary 1111000 10010010 1110101 10010 0 10100 101011 1110010 1100 110100

Color Harmonies of #789275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789275

Black with #789275

Text Example


Text Example

White with #789275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789275; }

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

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

background-color css

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

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

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

border-color css

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

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

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