Html Css Color HEX #759171 Davy's Grey

📋 copy color: '#759171'

red 117 ◦ green 145 ◦ blue 113

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

Shades of Davy's Grey #759171

Tints of Davy's Grey #759171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

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

R = 31.2%
G = 38.67%
B = 30.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#759171 (or 0x759171) is known color: Davy's Grey. HEX triplet: 75, 91 and 71. RGB value is (117,145,113). Sum of RGB (Red+Green+Blue) = 117+145+113=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #759171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759171 is #8A6E8E. Grayscale: #858585. Windows color (decimal): -9072271 or 7442805. OLE color: 7442805.

HSL color Cylindrical-coordinate representation of color #759171: hue angle of 112.5º 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 #759171 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 113 -
CMYK 0.19 0 0.22 0.43
HSL 112.5º 0.13% 0.51% -
HSV(B) 112.5º 0.22% 0.57% -
XYZ 20.44 25.22 19.41 -
YUV 132.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 117 145 113 0.19 0 0.22 0.43 112.5 0.13 0.51
Hex 75 91 71 13 0 16 2B 70 D 33
Octal 165 221 161 23 0 26 53 160 15 63
Binary 1110101 10010001 1110001 10011 0 10110 101011 1110000 1101 110011

Color Harmonies of #759171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759171

Black with #759171

Text Example


Text Example

White with #759171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759171; }

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

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

background-color css

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

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

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

border-color css

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

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

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