Html Css Color HEX #705475 Rum

📋 copy color: '#705475'

red 112 ◦ green 84 ◦ blue 117

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

Shades of Rum #705475

Tints of Rum #705475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 35.78%
G = 26.84%
B = 37.38%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705475 (or 0x705475) is known color: Rum. HEX triplet: 70, 54 and 75. RGB value is (112,84,117). Sum of RGB (Red+Green+Blue) = 112+84+117=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #705475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705475 is #8FAB8A. Grayscale: #606060. Windows color (decimal): -9415563 or 7689328. OLE color: 7689328.

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

Color convert

RGB 112 84 117 -
CMYK 0.04 0.28 0 0.54
HSL 290.91º 0.16% 0.39% -
HSV(B) 290.91º 0.28% 0.46% -
XYZ 13.06 11.07 18.28 -
YUV 96.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 112 84 117 0.04 0.28 0 0.54 290.91 0.16 0.39
Hex 70 54 75 4 1C 0 36 123 10 27
Octal 160 124 165 4 34 0 66 443 20 47
Binary 1110000 1010100 1110101 100 11100 0 110110 100100011 10000 100111

Color Harmonies of #705475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705475

Black with #705475

Text Example


Text Example

White with #705475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705475; }

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

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

background-color css

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

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

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

border-color css

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

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

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