#734C6C

Color #734C6C Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #734C6C

Tints of Salt Box #734C6C

Color information

#734C6C (or 0x734C6C) is unknown color: approx Salt Box. HEX triplet: 73, 4C and 6C. RGB value is (115,76,108). Sum of RGB (Red+Green+Blue) = 115+76+108=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #734C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C6C is #8CB393. Grayscale: #5B5B5B. Windows color (decimal): -9221012 or 7097459. OLE color: 7097459.

HSL color Cylindrical-coordinate representation of color #734C6C: hue angle of 310.77º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #734C6C is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11576108-
CMYK00.340.060.55
HSL310.77º20.42%37.45%-
HSV(B)310.77º33.91%45.1%-
XYZ12.369.915.45-
YUV91.31137.42144.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=38.46%
G=25.42%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157610800.340.060.55310.7720.4237.45
Hex734C6C0226371371425
Octal1631141540426674672445
Binary111001110011001101100010001011011011110011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C6C; }

 p { color: rgb(115,76,108); }

 H1.HeaderClassName
 {
   color: #734C6C;
 }
 .AnyTagClassName
 {
   color: #734C6C;
 }
</style>
background-color css

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

 a { background-color: rgb(115,76,108); }

 div.DivClassName
 {
   background-color: #734C6C;
 }
 .BgClassName
 {
   background-color: #734C6C;
 }
</style>
border-color css

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

 span { border-color: rgb(115,76,108); }

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