Html Css Color HEX #715769 Salt Box

📋 copy color: '#715769'

red 113 ◦ green 87 ◦ blue 105

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

Shades of Salt Box #715769

Tints of Salt Box #715769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 37.05%
G = 28.52%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#715769 (or 0x715769) is known color: Salt Box. HEX triplet: 71, 57 and 69. RGB value is (113,87,105). Sum of RGB (Red+Green+Blue) = 113+87+105=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #715769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715769 is #8EA896. Grayscale: #606060. Windows color (decimal): -9349271 or 6903665. OLE color: 6903665.

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

Color convert

RGB 113 87 105 -
CMYK 0 0.23 0.07 0.56
HSL 318.46º 0.13% 0.39% -
HSV(B) 318.46º 0.23% 0.44% -
XYZ 12.77 11.35 14.88 -
YUV 96.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 113 87 105 0 0.23 0.07 0.56 318.46 0.13 0.39
Hex 71 57 69 0 17 7 38 13E D 27
Octal 161 127 151 0 27 7 70 476 15 47
Binary 1110001 1010111 1101001 0 10111 111 111000 100111110 1101 100111

Color Harmonies of #715769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715769

Black with #715769

Text Example


Text Example

White with #715769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715769; }

 p { color: rgb(113,87,105); }

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

background-color css

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

 a { background-color: rgb(113,87,105); }

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

border-color css

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

 span { border-color: rgb(113,87,105); }

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