Html Css Color HEX #759373 Davy's Grey

📋 copy color: '#759373'

red 117 ◦ green 147 ◦ blue 115

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

Shades of Davy's Grey #759373

Tints of Davy's Grey #759373

RGB

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

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

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

R = 30.87%
G = 38.79%
B = 30.34%

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

#759373 (or 0x759373) is known color: Davy's Grey. HEX triplet: 75, 93 and 73. RGB value is (117,147,115). Sum of RGB (Red+Green+Blue) = 117+147+115=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #759373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759373 is #8A6C8C. Grayscale: #868686. Windows color (decimal): -9071757 or 7574389. OLE color: 7574389.

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

Color convert

RGB 117 147 115 -
CMYK 0.20 0 0.22 0.42
HSL 116.25º 0.13% 0.51% -
HSV(B) 116.25º 0.22% 0.58% -
XYZ 20.86 25.89 20.12 -
YUV 134.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 117 147 115 0.20 0 0.22 0.42 116.25 0.13 0.51
Hex 75 93 73 14 0 16 2A 74 D 33
Octal 165 223 163 24 0 26 52 164 15 63
Binary 1110101 10010011 1110011 10100 0 10110 101010 1110100 1101 110011

Color Harmonies of #759373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759373

Black with #759373

Text Example


Text Example

White with #759373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759373; }

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

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

background-color css

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

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

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

border-color css

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

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

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