Html Css Color HEX #759173 Davy's Grey

📋 copy color: '#759173'

red 117 ◦ green 145 ◦ blue 115

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

Shades of Davy's Grey #759173

Tints of Davy's Grey #759173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 31.03%
G = 38.46%
B = 30.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#759173 (or 0x759173) is known color: Davy's Grey. HEX triplet: 75, 91 and 73. RGB value is (117,145,115). Sum of RGB (Red+Green+Blue) = 117+145+115=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #759173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759173 is #8A6E8C. Grayscale: #858585. Windows color (decimal): -9072269 or 7573877. OLE color: 7573877.

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

Color convert

RGB 117 145 115 -
CMYK 0.19 0 0.21 0.43
HSL 116º 0.12% 0.51% -
HSV(B) 116º 0.21% 0.57% -
XYZ 20.56 25.27 20.01 -
YUV 133.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 117 145 115 0.19 0 0.21 0.43 116 0.12 0.51
Hex 75 91 73 13 0 15 2B 74 C 33
Octal 165 221 163 23 0 25 53 164 14 63
Binary 1110101 10010001 1110011 10011 0 10101 101011 1110100 1100 110011

Color Harmonies of #759173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759173

Black with #759173

Text Example


Text Example

White with #759173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759173; }

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

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

background-color css

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

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

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

border-color css

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

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

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