Html Css Color HEX #759371 Davy's Grey

📋 copy color: '#759371'

red 117 ◦ green 147 ◦ blue 113

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

Shades of Davy's Grey #759371

Tints of Davy's Grey #759371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 31.03%
G = 38.99%
B = 29.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#759371 (or 0x759371) is known color: Davy's Grey. HEX triplet: 75, 93 and 71. RGB value is (117,147,113). Sum of RGB (Red+Green+Blue) = 117+147+113=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #759371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759371 is #8A6C8E. Grayscale: #868686. Windows color (decimal): -9071759 or 7443317. OLE color: 7443317.

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

Color convert

RGB 117 147 113 -
CMYK 0.20 0 0.23 0.42
HSL 112.94º 0.14% 0.51% -
HSV(B) 112.94º 0.23% 0.58% -
XYZ 20.75 25.84 19.52 -
YUV 134.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 117 147 113 0.20 0 0.23 0.42 112.94 0.14 0.51
Hex 75 93 71 14 0 17 2A 71 E 33
Octal 165 223 161 24 0 27 52 161 16 63
Binary 1110101 10010011 1110001 10100 0 10111 101010 1110001 1110 110011

Color Harmonies of #759371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759371

Black with #759371

Text Example


Text Example

White with #759371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759371; }

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

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

background-color css

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

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

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

border-color css

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

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

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