#734B6E

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

Shades of Salt Box #734B6E

Tints of Salt Box #734B6E

Color information

#734B6E (or 0x734B6E) is unknown color: approx Salt Box. HEX triplet: 73, 4B and 6E. RGB value is (115,75,110). Sum of RGB (Red+Green+Blue) = 115+75+110=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #734B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B6E is #8CB491. Grayscale: #5A5A5A. Windows color (decimal): -9221266 or 7228275. OLE color: 7228275.

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

Color convert

RGB11575110-
CMYK00.350.040.55
HSL307.5º21.05%37.25%-
HSV(B)307.5º34.78%45.1%-
XYZ12.49.815.99-
YUV90.95138.75145.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=38.33%
G=25%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157511000.350.040.55307.521.0537.25
Hex734B6E0234371341525
Octal1631131560434674642545
Binary111001110010111101110010001110011011110011010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,110); }

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

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

 a { background-color: rgb(115,75,110); }

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

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

 span { border-color: rgb(115,75,110); }

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