#714E6A

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

Shades of Salt Box #714E6A

Tints of Salt Box #714E6A

Color information

#714E6A (or 0x714E6A) is unknown color: approx Salt Box. HEX triplet: 71, 4E and 6A. RGB value is (113,78,106). Sum of RGB (Red+Green+Blue) = 113+78+106=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #714E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E6A is #8EB195. Grayscale: #5B5B5B. Windows color (decimal): -9351574 or 6966897. OLE color: 6966897.

HSL color Cylindrical-coordinate representation of color #714E6A: hue angle of 312º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E6A is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11378106-
CMYK00.310.060.56
HSL312º18.32%37.45%-
HSV(B)312º30.97%44.31%-
XYZ12.141014.93-
YUV91.66136.1143.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=38.05%
G=26.26%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137810600.310.060.5631218.3237.45
Hex714E6A01F6381381225
Octal1611161520376704702245
Binary11100011001110110101001111111011100010011100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714E6A; }

 p { color: rgb(113,78,106); }

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

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

 a { background-color: rgb(113,78,106); }

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

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

 span { border-color: rgb(113,78,106); }

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