Html Css Color HEX #714C6E Salt Box

📋 copy color: '#714C6E'

red 113 ◦ green 76 ◦ blue 110

#714C6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #714C6E

Tints of Salt Box #714C6E

RGB

 RED value IS 113 (44.53% from 255) = 37.79%

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 37.79%
G = 25.42%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#714C6E (or 0x714C6E) is known color: Salt Box. HEX triplet: 71, 4C and 6E. RGB value is (113,76,110). Sum of RGB (Red+Green+Blue) = 113+76+110=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #714C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714C6E is #8EB391. Grayscale: #5A5A5A. Windows color (decimal): -9352082 or 7228529. OLE color: 7228529.

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

Color convert

RGB 113 76 110 -
CMYK 0 0.33 0.03 0.56
HSL 304.86º 0.2% 0.37% -
HSV(B) 304.86º 0.33% 0.44% -
XYZ 12.21 9.81 16 -
YUV 90.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 113 76 110 0 0.33 0.03 0.56 304.86 0.2 0.37
Hex 71 4C 6E 0 21 3 38 131 14 25
Octal 161 114 156 0 41 3 70 461 24 45
Binary 1110001 1001100 1101110 0 100001 11 111000 100110001 10100 100101

Color Harmonies of #714C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C6E

Black with #714C6E

Text Example


Text Example

White with #714C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #714C6E;
 }
 .AnyTagClassName
 {
   color: #714C6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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