Html Css Color HEX #705676 Rum

📋 copy color: '#705676'

red 112 ◦ green 86 ◦ blue 118

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

Shades of Rum #705676

Tints of Rum #705676

RGB

 RED value IS 112 (44.14% from 255) = 35.44%

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 35.44%
G = 27.22%
B = 37.34%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705676 (or 0x705676) is known color: Rum. HEX triplet: 70, 56 and 76. RGB value is (112,86,118). Sum of RGB (Red+Green+Blue) = 112+86+118=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #705676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705676 is #8FA989. Grayscale: #616161. Windows color (decimal): -9415050 or 7755376. OLE color: 7755376.

HSL color Cylindrical-coordinate representation of color #705676: hue angle of 288.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705676 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 86 118 -
CMYK 0.05 0.27 0 0.54
HSL 288.75º 0.16% 0.4% -
HSV(B) 288.75º 0.27% 0.46% -
XYZ 13.28 11.41 18.64 -
YUV 97.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 112 86 118 0.05 0.27 0 0.54 288.75 0.16 0.4
Hex 70 56 76 5 1B 0 36 121 10 28
Octal 160 126 166 5 33 0 66 441 20 50
Binary 1110000 1010110 1110110 101 11011 0 110110 100100001 10000 101000

Color Harmonies of #705676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705676

Black with #705676

Text Example


Text Example

White with #705676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705676; }

 p { color: rgb(112,86,118); }

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

background-color css

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

 a { background-color: rgb(112,86,118); }

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

border-color css

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

 span { border-color: rgb(112,86,118); }

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