Html Css Color HEX #735471 Salt Box

📋 copy color: '#735471'

red 115 ◦ green 84 ◦ blue 113

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

Shades of Salt Box #735471

Tints of Salt Box #735471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 36.86%
G = 26.92%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#735471 (or 0x735471) is known color: Salt Box. HEX triplet: 73, 54 and 71. RGB value is (115,84,113). Sum of RGB (Red+Green+Blue) = 115+84+113=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #735471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735471 is #8CAB8E. Grayscale: #606060. Windows color (decimal): -9218959 or 7427187. OLE color: 7427187.

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

Color convert

RGB 115 84 113 -
CMYK 0 0.27 0.02 0.55
HSL 303.87º 0.16% 0.39% -
HSV(B) 303.87º 0.27% 0.45% -
XYZ 13.22 11.18 17.08 -
YUV 96.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 115 84 113 0 0.27 0.02 0.55 303.87 0.16 0.39
Hex 73 54 71 0 1B 2 37 130 10 27
Octal 163 124 161 0 33 2 67 460 20 47
Binary 1110011 1010100 1110001 0 11011 10 110111 100110000 10000 100111

Color Harmonies of #735471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735471

Black with #735471

Text Example


Text Example

White with #735471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735471; }

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

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

background-color css

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

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

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

border-color css

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

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

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