Html Css Color HEX #714D69 Salt Box

📋 copy color: '#714D69'

red 113 ◦ green 77 ◦ blue 105

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

Shades of Salt Box #714D69

Tints of Salt Box #714D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 38.31%
G = 26.1%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#714D69 (or 0x714D69) is known color: Salt Box. HEX triplet: 71, 4D and 69. RGB value is (113,77,105). Sum of RGB (Red+Green+Blue) = 113+77+105=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #714D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D69 is #8EB296. Grayscale: #5A5A5A. Windows color (decimal): -9351831 or 6901105. OLE color: 6901105.

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

Color convert

RGB 113 77 105 -
CMYK 0 0.32 0.07 0.56
HSL 313.33º 0.19% 0.37% -
HSV(B) 313.33º 0.32% 0.44% -
XYZ 12.01 9.84 14.63 -
YUV 90.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 113 77 105 0 0.32 0.07 0.56 313.33 0.19 0.37
Hex 71 4D 69 0 20 7 38 139 13 25
Octal 161 115 151 0 40 7 70 471 23 45
Binary 1110001 1001101 1101001 0 100000 111 111000 100111001 10011 100101

Color Harmonies of #714D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D69

Black with #714D69

Text Example


Text Example

White with #714D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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