#734769

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

Shades of Salt Box #734769

Tints of Salt Box #734769

Color information

#734769 (or 0x734769) is unknown color: approx Salt Box. HEX triplet: 73, 47 and 69. RGB value is (115,71,105). Sum of RGB (Red+Green+Blue) = 115+71+105=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #734769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734769 is #8CB896. Grayscale: #575757. Windows color (decimal): -9222295 or 6899571. OLE color: 6899571.

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

Color convert

RGB11571105-
CMYK00.380.090.55
HSL313.64º23.66%36.47%-
HSV(B)313.64º38.26%45.1%-
XYZ11.879.1714.51-
YUV88.03137.58147.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=39.52%
G=24.40%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157110500.380.090.55313.6423.6636.47
Hex73476902693713a1824
Octal16310715104611674723044
Binary1110011100011111010010100110100111011110011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734769; }

 p { color: rgb(115,71,105); }

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

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

 a { background-color: rgb(115,71,105); }

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

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

 span { border-color: rgb(115,71,105); }

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