Html Css Color HEX #759073 Davy's Grey

📋 copy color: '#759073'

red 117 ◦ green 144 ◦ blue 115

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

Shades of Davy's Grey #759073

Tints of Davy's Grey #759073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 31.12%
G = 38.3%
B = 30.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#759073 (or 0x759073) is known color: Davy's Grey. HEX triplet: 75, 90 and 73. RGB value is (117,144,115). Sum of RGB (Red+Green+Blue) = 117+144+115=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #759073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759073 is #8A6F8C. Grayscale: #848484. Windows color (decimal): -9072525 or 7573621. OLE color: 7573621.

HSL color Cylindrical-coordinate representation of color #759073: hue angle of 115.86º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759073 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 115 -
CMYK 0.19 0 0.20 0.44
HSL 115.86º 0.12% 0.51% -
HSV(B) 115.86º 0.2% 0.56% -
XYZ 20.4 24.97 19.96 -
YUV 132.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 117 144 115 0.19 0 0.20 0.44 115.86 0.12 0.51
Hex 75 90 73 13 0 14 2C 74 C 33
Octal 165 220 163 23 0 24 54 164 14 63
Binary 1110101 10010000 1110011 10011 0 10100 101100 1110100 1100 110011

Color Harmonies of #759073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759073

Black with #759073

Text Example


Text Example

White with #759073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759073; }

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

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

background-color css

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

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

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

border-color css

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

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

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