Html Css Color HEX #759473 Davy's Grey

📋 copy color: '#759473'

red 117 ◦ green 148 ◦ blue 115

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

Shades of Davy's Grey #759473

Tints of Davy's Grey #759473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 30.79%
G = 38.95%
B = 30.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#759473 (or 0x759473) is known color: Davy's Grey. HEX triplet: 75, 94 and 73. RGB value is (117,148,115). Sum of RGB (Red+Green+Blue) = 117+148+115=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #759473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759473 is #8A6B8C. Grayscale: #878787. Windows color (decimal): -9071501 or 7574645. OLE color: 7574645.

HSL color Cylindrical-coordinate representation of color #759473: hue angle of 116.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759473 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 115 -
CMYK 0.21 0 0.22 0.42
HSL 116.36º 0.13% 0.52% -
HSV(B) 116.36º 0.22% 0.58% -
XYZ 21.02 26.2 20.17 -
YUV 134.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 117 148 115 0.21 0 0.22 0.42 116.36 0.13 0.52
Hex 75 94 73 15 0 16 2A 74 D 34
Octal 165 224 163 25 0 26 52 164 15 64
Binary 1110101 10010100 1110011 10101 0 10110 101010 1110100 1101 110100

Color Harmonies of #759473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759473

Black with #759473

Text Example


Text Example

White with #759473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759473; }

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

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

background-color css

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

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

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

border-color css

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

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

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