Html Css Color HEX #714E6E Salt Box

📋 copy color: '#714E6E'

red 113 ◦ green 78 ◦ blue 110

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

Shades of Salt Box #714E6E

Tints of Salt Box #714E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 37.54%
G = 25.91%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#714E6E (or 0x714E6E) is known color: Salt Box. HEX triplet: 71, 4E and 6E. RGB value is (113,78,110). Sum of RGB (Red+Green+Blue) = 113+78+110=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #714E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E6E is #8EB191. Grayscale: #5C5C5C. Windows color (decimal): -9351570 or 7229041. OLE color: 7229041.

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

Color convert

RGB 113 78 110 -
CMYK 0 0.31 0.03 0.56
HSL 305.14º 0.18% 0.37% -
HSV(B) 305.14º 0.31% 0.44% -
XYZ 12.35 10.09 16.05 -
YUV 92.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 113 78 110 0 0.31 0.03 0.56 305.14 0.18 0.37
Hex 71 4E 6E 0 1F 3 38 131 12 25
Octal 161 116 156 0 37 3 70 461 22 45
Binary 1110001 1001110 1101110 0 11111 11 111000 100110001 10010 100101

Color Harmonies of #714E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E6E

Black with #714E6E

Text Example


Text Example

White with #714E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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