Html Css Color HEX #715268 Salt Box

📋 copy color: '#715268'

red 113 ◦ green 82 ◦ blue 104

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

Shades of Salt Box #715268

Tints of Salt Box #715268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 37.79%
G = 27.42%
B = 34.78%

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

#715268 (or 0x715268) is known color: Salt Box. HEX triplet: 71, 52 and 68. RGB value is (113,82,104). Sum of RGB (Red+Green+Blue) = 113+82+104=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715268 is #8EAD97. Grayscale: #5D5D5D. Windows color (decimal): -9350552 or 6836849. OLE color: 6836849.

HSL color Cylindrical-coordinate representation of color #715268: hue angle of 317.42º degrees, saturation: 0.16, 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 #715268 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 104 -
CMYK 0 0.27 0.08 0.56
HSL 317.42º 0.16% 0.38% -
HSV(B) 317.42º 0.27% 0.44% -
XYZ 12.33 10.54 14.48 -
YUV 93.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 113 82 104 0 0.27 0.08 0.56 317.42 0.16 0.38
Hex 71 52 68 0 1B 8 38 13D 10 26
Octal 161 122 150 0 33 10 70 475 20 46
Binary 1110001 1010010 1101000 0 11011 1000 111000 100111101 10000 100110

Color Harmonies of #715268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715268

Black with #715268

Text Example


Text Example

White with #715268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715268; }

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

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

background-color css

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

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

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

border-color css

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

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

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