Html Css Color HEX #714A67 Salt Box

📋 copy color: '#714A67'

red 113 ◦ green 74 ◦ blue 103

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

Shades of Salt Box #714A67

Tints of Salt Box #714A67

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 38.97%
G = 25.52%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#714A67 (or 0x714A67) is known color: Salt Box. HEX triplet: 71, 4A and 67. RGB value is (113,74,103). Sum of RGB (Red+Green+Blue) = 113+74+103=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #714A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A67 is #8EB598. Grayscale: #585858. Windows color (decimal): -9352601 or 6769265. OLE color: 6769265.

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

Color convert

RGB 113 74 103 -
CMYK 0 0.35 0.09 0.56
HSL 315.38º 0.21% 0.37% -
HSV(B) 315.38º 0.35% 0.44% -
XYZ 11.71 9.39 14.03 -
YUV 88.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 113 74 103 0 0.35 0.09 0.56 315.38 0.21 0.37
Hex 71 4A 67 0 23 9 38 13B 15 25
Octal 161 112 147 0 43 11 70 473 25 45
Binary 1110001 1001010 1100111 0 100011 1001 111000 100111011 10101 100101

Color Harmonies of #714A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A67

Black with #714A67

Text Example


Text Example

White with #714A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,74,103); }

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

background-color css

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

 a { background-color: rgb(113,74,103); }

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

border-color css

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

 span { border-color: rgb(113,74,103); }

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