Html Css Color HEX #714D6A Salt Box

📋 copy color: '#714D6A'

red 113 ◦ green 77 ◦ blue 106

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

Shades of Salt Box #714D6A

Tints of Salt Box #714D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 38.18%
G = 26.01%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#714D6A (or 0x714D6A) is known color: Salt Box. HEX triplet: 71, 4D and 6A. RGB value is (113,77,106). Sum of RGB (Red+Green+Blue) = 113+77+106=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #714D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D6A is #8EB295. Grayscale: #5A5A5A. Windows color (decimal): -9351830 or 6966641. OLE color: 6966641.

HSL color Cylindrical-coordinate representation of color #714D6A: hue angle of 311.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 #714D6A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 77 106 -
CMYK 0 0.32 0.06 0.56
HSL 311.67º 0.19% 0.37% -
HSV(B) 311.67º 0.32% 0.44% -
XYZ 12.07 9.86 14.9 -
YUV 91.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 113 77 106 0 0.32 0.06 0.56 311.67 0.19 0.37
Hex 71 4D 6A 0 20 6 38 138 13 25
Octal 161 115 152 0 40 6 70 470 23 45
Binary 1110001 1001101 1101010 0 100000 110 111000 100111000 10011 100101

Color Harmonies of #714D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D6A

Black with #714D6A

Text Example


Text Example

White with #714D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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