#714F6E

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

Shades of Salt Box #714F6E

Tints of Salt Box #714F6E

Color information

#714F6E (or 0x714F6E) is unknown color: approx Salt Box. HEX triplet: 71, 4F and 6E. RGB value is (113,79,110). Sum of RGB (Red+Green+Blue) = 113+79+110=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #714F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F6E is #8EB091. Grayscale: #5C5C5C. Windows color (decimal): -9351314 or 7229297. OLE color: 7229297.

HSL color Cylindrical-coordinate representation of color #714F6E: hue angle of 305.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F6E is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11379110-
CMYK00.300.030.56
HSL305.29º17.71%37.65%-
HSV(B)305.29º30.09%44.31%-
XYZ12.4210.2316.07-
YUV92.7137.76142.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=37.42%
G=26.16%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137911000.300.030.56305.2917.7137.65
Hex714F6E01E3381311226
Octal1611171560363704612246
Binary1110001100111111011100111101111100010011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,79,110); }

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

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

 a { background-color: rgb(113,79,110); }

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

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

 span { border-color: rgb(113,79,110); }

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