Html Css Color HEX #714C6D Salt Box

📋 copy color: '#714C6D'

red 113 ◦ green 76 ◦ blue 109

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

Shades of Salt Box #714C6D

Tints of Salt Box #714C6D

RGB

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

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

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

R = 37.92%
G = 25.5%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#714C6D (or 0x714C6D) is known color: Salt Box. HEX triplet: 71, 4C and 6D. RGB value is (113,76,109). Sum of RGB (Red+Green+Blue) = 113+76+109=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #714C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714C6D is #8EB392. Grayscale: #5A5A5A. Windows color (decimal): -9352083 or 7162993. OLE color: 7162993.

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

Color convert

RGB 113 76 109 -
CMYK 0 0.33 0.04 0.56
HSL 306.49º 0.2% 0.37% -
HSV(B) 306.49º 0.33% 0.44% -
XYZ 12.15 9.78 15.72 -
YUV 90.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 113 76 109 0 0.33 0.04 0.56 306.49 0.2 0.37
Hex 71 4C 6D 0 21 4 38 132 14 25
Octal 161 114 155 0 41 4 70 462 24 45
Binary 1110001 1001100 1101101 0 100001 100 111000 100110010 10100 100101

Color Harmonies of #714C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C6D

Black with #714C6D

Text Example


Text Example

White with #714C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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