Html Css Color HEX #715469 Salt Box

📋 copy color: '#715469'

red 113 ◦ green 84 ◦ blue 105

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

Shades of Salt Box #715469

Tints of Salt Box #715469

RGB

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

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

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

R = 37.42%
G = 27.81%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#715469 (or 0x715469) is known color: Salt Box. HEX triplet: 71, 54 and 69. RGB value is (113,84,105). Sum of RGB (Red+Green+Blue) = 113+84+105=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715469 is #8EAB96. Grayscale: #5F5F5F. Windows color (decimal): -9350039 or 6902897. OLE color: 6902897.

HSL color Cylindrical-coordinate representation of color #715469: hue angle of 316.55º 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 #715469 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 105 -
CMYK 0 0.26 0.07 0.56
HSL 316.55º 0.15% 0.39% -
HSV(B) 316.55º 0.26% 0.44% -
XYZ 12.53 10.87 14.8 -
YUV 95.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 113 84 105 0 0.26 0.07 0.56 316.55 0.15 0.39
Hex 71 54 69 0 1A 7 38 13D F 27
Octal 161 124 151 0 32 7 70 475 17 47
Binary 1110001 1010100 1101001 0 11010 111 111000 100111101 1111 100111

Color Harmonies of #715469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715469

Black with #715469

Text Example


Text Example

White with #715469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715469; }

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

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

background-color css

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

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

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

border-color css

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

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

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