Html Css Color HEX #758573 Davy's Grey

📋 copy color: '#758573'

red 117 ◦ green 133 ◦ blue 115

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

Shades of Davy's Grey #758573

Tints of Davy's Grey #758573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 32.05%
G = 36.44%
B = 31.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#758573 (or 0x758573) is known color: Davy's Grey. HEX triplet: 75, 85 and 73. RGB value is (117,133,115). Sum of RGB (Red+Green+Blue) = 117+133+115=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #758573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758573 is #8A7A8C. Grayscale: #7E7E7E. Windows color (decimal): -9075341 or 7570805. OLE color: 7570805.

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

Color convert

RGB 117 133 115 -
CMYK 0.12 0 0.14 0.48
HSL 113.33º 0.07% 0.49% -
HSV(B) 113.33º 0.14% 0.52% -
XYZ 18.82 21.79 19.43 -
YUV 126.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 117 133 115 0.12 0 0.14 0.48 113.33 0.07 0.49
Hex 75 85 73 C 0 E 30 71 7 31
Octal 165 205 163 14 0 16 60 161 7 61
Binary 1110101 10000101 1110011 1100 0 1110 110000 1110001 111 110001

Color Harmonies of #758573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758573

Black with #758573

Text Example


Text Example

White with #758573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758573; }

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

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

background-color css

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

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

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

border-color css

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

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

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