Html Css Color HEX #759372 Davy's Grey

📋 copy color: '#759372'

red 117 ◦ green 147 ◦ blue 114

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

Shades of Davy's Grey #759372

Tints of Davy's Grey #759372

RGB

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

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

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

R = 30.95%
G = 38.89%
B = 30.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#759372 (or 0x759372) is known color: Davy's Grey. HEX triplet: 75, 93 and 72. RGB value is (117,147,114). Sum of RGB (Red+Green+Blue) = 117+147+114=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #759372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759372 is #8A6C8D. Grayscale: #868686. Windows color (decimal): -9071758 or 7508853. OLE color: 7508853.

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

Color convert

RGB 117 147 114 -
CMYK 0.20 0 0.22 0.42
HSL 114.55º 0.13% 0.51% -
HSV(B) 114.55º 0.22% 0.58% -
XYZ 20.81 25.86 19.82 -
YUV 134.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 117 147 114 0.20 0 0.22 0.42 114.55 0.13 0.51
Hex 75 93 72 14 0 16 2A 73 D 33
Octal 165 223 162 24 0 26 52 163 15 63
Binary 1110101 10010011 1110010 10100 0 10110 101010 1110011 1101 110011

Color Harmonies of #759372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759372

Black with #759372

Text Example


Text Example

White with #759372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759372; }

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

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

background-color css

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

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

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

border-color css

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

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

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