#734F6B

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

Shades of Salt Box #734F6B

Tints of Salt Box #734F6B

Color information

#734F6B (or 0x734F6B) is unknown color: approx Salt Box. HEX triplet: 73, 4F and 6B. RGB value is (115,79,107). Sum of RGB (Red+Green+Blue) = 115+79+107=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #734F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F6B is #8CB094. Grayscale: #5C5C5C. Windows color (decimal): -9220245 or 7032691. OLE color: 7032691.

HSL color Cylindrical-coordinate representation of color #734F6B: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F6B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11579107-
CMYK00.310.070.55
HSL313.33º18.56%38.04%-
HSV(B)313.33º31.3%45.1%-
XYZ12.5210.315.24-
YUV92.96135.93143.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=38.21%
G=26.25%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157910700.310.070.55313.3318.5638.04
Hex734F6B01F7371391326
Octal1631171530377674712346
Binary11100111001111110101101111111111011110011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,107); }

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

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

 a { background-color: rgb(115,79,107); }

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

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

 span { border-color: rgb(115,79,107); }

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