Html Css Color HEX #758373 Davy's Grey

📋 copy color: '#758373'

red 117 ◦ green 131 ◦ blue 115

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

Shades of Davy's Grey #758373

Tints of Davy's Grey #758373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

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

R = 32.23%
G = 36.09%
B = 31.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#758373 (or 0x758373) is known color: Davy's Grey. HEX triplet: 75, 83 and 73. RGB value is (117,131,115). Sum of RGB (Red+Green+Blue) = 117+131+115=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #758373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758373 is #8A7C8C. Grayscale: #7D7D7D. Windows color (decimal): -9075853 or 7570293. OLE color: 7570293.

HSL color Cylindrical-coordinate representation of color #758373: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758373 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 115 -
CMYK 0.11 0 0.12 0.49
HSL 112.5º 0.07% 0.48% -
HSV(B) 112.5º 0.12% 0.51% -
XYZ 18.55 21.25 19.34 -
YUV 124.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 117 131 115 0.11 0 0.12 0.49 112.5 0.07 0.48
Hex 75 83 73 B 0 C 31 70 7 30
Octal 165 203 163 13 0 14 61 160 7 60
Binary 1110101 10000011 1110011 1011 0 1100 110001 1110000 111 110000

Color Harmonies of #758373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758373

Black with #758373

Text Example


Text Example

White with #758373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758373; }

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

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

background-color css

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

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

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

border-color css

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

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

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