Html Css Color HEX #715868 Salt Box

📋 copy color: '#715868'

red 113 ◦ green 88 ◦ blue 104

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

Shades of Salt Box #715868

Tints of Salt Box #715868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 37.05%
G = 28.85%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#715868 (or 0x715868) is known color: Salt Box. HEX triplet: 71, 58 and 68. RGB value is (113,88,104). Sum of RGB (Red+Green+Blue) = 113+88+104=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #715868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715868 is #8EA797. Grayscale: #616161. Windows color (decimal): -9349016 or 6838385. OLE color: 6838385.

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

Color convert

RGB 113 88 104 -
CMYK 0 0.22 0.08 0.56
HSL 321.6º 0.12% 0.39% -
HSV(B) 321.6º 0.22% 0.44% -
XYZ 12.8 11.49 14.64 -
YUV 97.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 113 88 104 0 0.22 0.08 0.56 321.6 0.12 0.39
Hex 71 58 68 0 16 8 38 142 C 27
Octal 161 130 150 0 26 10 70 502 14 47
Binary 1110001 1011000 1101000 0 10110 1000 111000 101000010 1100 100111

Color Harmonies of #715868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715868

Black with #715868

Text Example


Text Example

White with #715868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715868; }

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

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

background-color css

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

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

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

border-color css

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

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

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