Html Css Color HEX #759973 Davy's Grey

📋 copy color: '#759973'

red 117 ◦ green 153 ◦ blue 115

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

Shades of Davy's Grey #759973

Tints of Davy's Grey #759973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 30.39%
G = 39.74%
B = 29.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#759973 (or 0x759973) is known color: Davy's Grey. HEX triplet: 75, 99 and 73. RGB value is (117,153,115). Sum of RGB (Red+Green+Blue) = 117+153+115=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #759973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759973 is #8A668C. Grayscale: #8A8A8A. Windows color (decimal): -9070221 or 7575925. OLE color: 7575925.

HSL color Cylindrical-coordinate representation of color #759973: hue angle of 116.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759973 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 115 -
CMYK 0.24 0 0.25 0.4
HSL 116.84º 0.16% 0.53% -
HSV(B) 116.84º 0.25% 0.6% -
XYZ 21.82 27.8 20.44 -
YUV 137.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 117 153 115 0.24 0 0.25 0.4 116.84 0.16 0.53
Hex 75 99 73 18 0 19 28 75 10 35
Octal 165 231 163 30 0 31 50 165 20 65
Binary 1110101 10011001 1110011 11000 0 11001 101000 1110101 10000 110101

Color Harmonies of #759973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759973

Black with #759973

Text Example


Text Example

White with #759973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759973; }

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

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

background-color css

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

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

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

border-color css

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

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

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