Html Css Color HEX #714E6D Salt Box

📋 copy color: '#714E6D'

red 113 ◦ green 78 ◦ blue 109

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

Shades of Salt Box #714E6D

Tints of Salt Box #714E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 37.67%
G = 26%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#714E6D (or 0x714E6D) is known color: Salt Box. HEX triplet: 71, 4E and 6D. RGB value is (113,78,109). Sum of RGB (Red+Green+Blue) = 113+78+109=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #714E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E6D is #8EB192. Grayscale: #5B5B5B. Windows color (decimal): -9351571 or 7163505. OLE color: 7163505.

HSL color Cylindrical-coordinate representation of color #714E6D: hue angle of 306.86º 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 #714E6D is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 109 -
CMYK 0 0.31 0.04 0.56
HSL 306.86º 0.18% 0.37% -
HSV(B) 306.86º 0.31% 0.44% -
XYZ 12.29 10.06 15.76 -
YUV 92 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 113 78 109 0 0.31 0.04 0.56 306.86 0.18 0.37
Hex 71 4E 6D 0 1F 4 38 133 12 25
Octal 161 116 155 0 37 4 70 463 22 45
Binary 1110001 1001110 1101101 0 11111 100 111000 100110011 10010 100101

Color Harmonies of #714E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E6D

Black with #714E6D

Text Example


Text Example

White with #714E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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