Html Css Color HEX #759272 Davy's Grey

📋 copy color: '#759272'

red 117 ◦ green 146 ◦ blue 114

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

Shades of Davy's Grey #759272

Tints of Davy's Grey #759272

RGB

 RED value IS 117 (46.09% from 255) = 31.03%

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 31.03%
G = 38.73%
B = 30.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#759272 (or 0x759272) is known color: Davy's Grey. HEX triplet: 75, 92 and 72. RGB value is (117,146,114). Sum of RGB (Red+Green+Blue) = 117+146+114=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #759272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759272 is #8A6D8D. Grayscale: #858585. Windows color (decimal): -9072014 or 7508597. OLE color: 7508597.

HSL color Cylindrical-coordinate representation of color #759272: hue angle of 114.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759272 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 114 -
CMYK 0.20 0 0.22 0.43
HSL 114.38º 0.13% 0.51% -
HSV(B) 114.38º 0.22% 0.57% -
XYZ 20.65 25.55 19.76 -
YUV 133.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 117 146 114 0.20 0 0.22 0.43 114.38 0.13 0.51
Hex 75 92 72 14 0 16 2B 72 D 33
Octal 165 222 162 24 0 26 53 162 15 63
Binary 1110101 10010010 1110010 10100 0 10110 101011 1110010 1101 110011

Color Harmonies of #759272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759272

Black with #759272

Text Example


Text Example

White with #759272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759272; }

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

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

background-color css

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

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

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

border-color css

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

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

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