Html Css Color HEX #705476 Rum

📋 copy color: '#705476'

red 112 ◦ green 84 ◦ blue 118

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

Shades of Rum #705476

Tints of Rum #705476

RGB

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

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

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

R = 35.67%
G = 26.75%
B = 37.58%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705476 (or 0x705476) is known color: Rum. HEX triplet: 70, 54 and 76. RGB value is (112,84,118). Sum of RGB (Red+Green+Blue) = 112+84+118=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #705476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705476 is #8FAB89. Grayscale: #606060. Windows color (decimal): -9415562 or 7754864. OLE color: 7754864.

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

Color convert

RGB 112 84 118 -
CMYK 0.05 0.29 0 0.54
HSL 289.41º 0.17% 0.4% -
HSV(B) 289.41º 0.29% 0.46% -
XYZ 13.12 11.09 18.59 -
YUV 96.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 112 84 118 0.05 0.29 0 0.54 289.41 0.17 0.4
Hex 70 54 76 5 1D 0 36 121 11 28
Octal 160 124 166 5 35 0 66 441 21 50
Binary 1110000 1010100 1110110 101 11101 0 110110 100100001 10001 101000

Color Harmonies of #705476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705476

Black with #705476

Text Example


Text Example

White with #705476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705476; }

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

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

background-color css

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

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

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

border-color css

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

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

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