Html Css Color HEX #715368 Salt Box

📋 copy color: '#715368'

red 113 ◦ green 83 ◦ blue 104

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

Shades of Salt Box #715368

Tints of Salt Box #715368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 37.67%
G = 27.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#715368 (or 0x715368) is known color: Salt Box. HEX triplet: 71, 53 and 68. RGB value is (113,83,104). Sum of RGB (Red+Green+Blue) = 113+83+104=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #715368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715368 is #8EAC97. Grayscale: #5E5E5E. Windows color (decimal): -9350296 or 6837105. OLE color: 6837105.

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

Color convert

RGB 113 83 104 -
CMYK 0 0.27 0.08 0.56
HSL 318º 0.15% 0.38% -
HSV(B) 318º 0.27% 0.44% -
XYZ 12.4 10.7 14.51 -
YUV 94.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 113 83 104 0 0.27 0.08 0.56 318 0.15 0.38
Hex 71 53 68 0 1B 8 38 13E F 26
Octal 161 123 150 0 33 10 70 476 17 46
Binary 1110001 1010011 1101000 0 11011 1000 111000 100111110 1111 100110

Color Harmonies of #715368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715368

Black with #715368

Text Example


Text Example

White with #715368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715368; }

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

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

background-color css

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

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

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

border-color css

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

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

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