Html Css Color HEX #715468 Salt Box

📋 copy color: '#715468'

red 113 ◦ green 84 ◦ blue 104

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

Shades of Salt Box #715468

Tints of Salt Box #715468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

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

R = 37.54%
G = 27.91%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#715468 (or 0x715468) is known color: Salt Box. HEX triplet: 71, 54 and 68. RGB value is (113,84,104). Sum of RGB (Red+Green+Blue) = 113+84+104=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715468 is #8EAB97. Grayscale: #5E5E5E. Windows color (decimal): -9350040 or 6837361. OLE color: 6837361.

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

Color convert

RGB 113 84 104 -
CMYK 0 0.26 0.08 0.56
HSL 318.62º 0.15% 0.39% -
HSV(B) 318.62º 0.26% 0.44% -
XYZ 12.48 10.85 14.53 -
YUV 94.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 113 84 104 0 0.26 0.08 0.56 318.62 0.15 0.39
Hex 71 54 68 0 1A 8 38 13F F 27
Octal 161 124 150 0 32 10 70 477 17 47
Binary 1110001 1010100 1101000 0 11010 1000 111000 100111111 1111 100111

Color Harmonies of #715468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715468

Black with #715468

Text Example


Text Example

White with #715468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715468; }

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

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

background-color css

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

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

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

border-color css

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

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

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