Html Css Color HEX #714668 Salt Box

📋 copy color: '#714668'

red 113 ◦ green 70 ◦ blue 104

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

Shades of Salt Box #714668

Tints of Salt Box #714668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 39.37%
G = 24.39%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#714668 (or 0x714668) is known color: Salt Box. HEX triplet: 71, 46 and 68. RGB value is (113,70,104). Sum of RGB (Red+Green+Blue) = 113+70+104=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #714668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714668 is #8EB997. Grayscale: #565656. Windows color (decimal): -9353624 or 6833777. OLE color: 6833777.

HSL color Cylindrical-coordinate representation of color #714668: hue angle of 312.56º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714668 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 104 -
CMYK 0 0.38 0.08 0.56
HSL 312.56º 0.23% 0.36% -
HSV(B) 312.56º 0.38% 0.44% -
XYZ 11.5 8.89 14.21 -
YUV 86.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 113 70 104 0 0.38 0.08 0.56 312.56 0.23 0.36
Hex 71 46 68 0 26 8 38 139 17 24
Octal 161 106 150 0 46 10 70 471 27 44
Binary 1110001 1000110 1101000 0 100110 1000 111000 100111001 10111 100100

Color Harmonies of #714668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714668

Black with #714668

Text Example


Text Example

White with #714668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714668; }

 p { color: rgb(113,70,104); }

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

background-color css

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

 a { background-color: rgb(113,70,104); }

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

border-color css

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

 span { border-color: rgb(113,70,104); }

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