Html Css Color HEX #735270 Salt Box

📋 copy color: '#735270'

red 115 ◦ green 82 ◦ blue 112

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

Shades of Salt Box #735270

Tints of Salt Box #735270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 37.22%
G = 26.54%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#735270 (or 0x735270) is known color: Salt Box. HEX triplet: 73, 52 and 70. RGB value is (115,82,112). Sum of RGB (Red+Green+Blue) = 115+82+112=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #735270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735270 is #8CAD8F. Grayscale: #5F5F5F. Windows color (decimal): -9219472 or 7361139. OLE color: 7361139.

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

Color convert

RGB 115 82 112 -
CMYK 0 0.29 0.03 0.55
HSL 305.45º 0.17% 0.39% -
HSV(B) 305.45º 0.29% 0.45% -
XYZ 13.01 10.85 16.74 -
YUV 95.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 115 82 112 0 0.29 0.03 0.55 305.45 0.17 0.39
Hex 73 52 70 0 1D 3 37 131 11 27
Octal 163 122 160 0 35 3 67 461 21 47
Binary 1110011 1010010 1110000 0 11101 11 110111 100110001 10001 100111

Color Harmonies of #735270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735270

Black with #735270

Text Example


Text Example

White with #735270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735270; }

 p { color: rgb(115,82,112); }

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

background-color css

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

 a { background-color: rgb(115,82,112); }

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

border-color css

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

 span { border-color: rgb(115,82,112); }

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