Html Css Color HEX #735771 Salt Box

📋 copy color: '#735771'

red 115 ◦ green 87 ◦ blue 113

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

Shades of Salt Box #735771

Tints of Salt Box #735771

RGB

 RED value IS 115 (45.31% from 255) = 36.51%

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 36.51%
G = 27.62%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#735771 (or 0x735771) is known color: Salt Box. HEX triplet: 73, 57 and 71. RGB value is (115,87,113). Sum of RGB (Red+Green+Blue) = 115+87+113=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735771 is #8CA88E. Grayscale: #626262. Windows color (decimal): -9218191 or 7427955. OLE color: 7427955.

HSL color Cylindrical-coordinate representation of color #735771: hue angle of 304.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735771 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 87 113 -
CMYK 0 0.24 0.02 0.55
HSL 304.29º 0.14% 0.4% -
HSV(B) 304.29º 0.24% 0.45% -
XYZ 13.46 11.65 17.16 -
YUV 98.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 115 87 113 0 0.24 0.02 0.55 304.29 0.14 0.4
Hex 73 57 71 0 18 2 37 130 E 28
Octal 163 127 161 0 30 2 67 460 16 50
Binary 1110011 1010111 1110001 0 11000 10 110111 100110000 1110 101000

Color Harmonies of #735771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735771

Black with #735771

Text Example


Text Example

White with #735771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735771; }

 p { color: rgb(115,87,113); }

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

background-color css

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

 a { background-color: rgb(115,87,113); }

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

border-color css

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

 span { border-color: rgb(115,87,113); }

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