Html Css Color HEX #714D6D Salt Box

📋 copy color: '#714D6D'

red 113 ◦ green 77 ◦ blue 109

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

Shades of Salt Box #714D6D

Tints of Salt Box #714D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

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

R = 37.79%
G = 25.75%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#714D6D (or 0x714D6D) is known color: Salt Box. HEX triplet: 71, 4D and 6D. RGB value is (113,77,109). Sum of RGB (Red+Green+Blue) = 113+77+109=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #714D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D6D is #8EB292. Grayscale: #5B5B5B. Windows color (decimal): -9351827 or 7163249. OLE color: 7163249.

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

Color convert

RGB 113 77 109 -
CMYK 0 0.32 0.04 0.56
HSL 306.67º 0.19% 0.37% -
HSV(B) 306.67º 0.32% 0.44% -
XYZ 12.22 9.92 15.74 -
YUV 91.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 113 77 109 0 0.32 0.04 0.56 306.67 0.19 0.37
Hex 71 4D 6D 0 20 4 38 133 13 25
Octal 161 115 155 0 40 4 70 463 23 45
Binary 1110001 1001101 1101101 0 100000 100 111000 100110011 10011 100101

Color Harmonies of #714D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D6D

Black with #714D6D

Text Example


Text Example

White with #714D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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