Html Css Color HEX #757473 Sandstone

📋 copy color: '#757473'

red 117 ◦ green 116 ◦ blue 115

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

Shades of Sandstone #757473

Tints of Sandstone #757473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 33.62%
G = 33.33%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#757473 (or 0x757473) is known color: Sandstone. HEX triplet: 75, 74 and 73. RGB value is (117,116,115). Sum of RGB (Red+Green+Blue) = 117+116+115=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 117 - color contains mainly: red. Hex color #757473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757473 is #8A8B8C. Grayscale: #747474. Windows color (decimal): -9079693 or 7566453. OLE color: 7566453.

HSL color Cylindrical-coordinate representation of color #757473: hue angle of 30º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757473 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 115 -
CMYK 0 0.01 0.02 0.54
HSL 30º 0.01% 0.45% -
HSV(B) 30º 0.02% 0.46% -
XYZ 16.68 17.51 18.72 -
YUV 116.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 117 116 115 0 0.01 0.02 0.54 30 0.01 0.45
Hex 75 74 73 0 1 2 36 1E 1 2D
Octal 165 164 163 0 1 2 66 36 1 55
Binary 1110101 1110100 1110011 0 1 10 110110 11110 1 101101

Color Harmonies of #757473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757473

Black with #757473

Text Example


Text Example

White with #757473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757473; }

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

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

background-color css

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

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

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

border-color css

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

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

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