Html Css Color HEX #706575 Rum

📋 copy color: '#706575'

red 112 ◦ green 101 ◦ blue 117

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

Shades of Rum #706575

Tints of Rum #706575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 33.94%
G = 30.61%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706575 (or 0x706575) is known color: Rum. HEX triplet: 70, 65 and 75. RGB value is (112,101,117). Sum of RGB (Red+Green+Blue) = 112+101+117=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #706575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706575 is #8F9A8A. Grayscale: #6A6A6A. Windows color (decimal): -9411211 or 7693680. OLE color: 7693680.

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

Color convert

RGB 112 101 117 -
CMYK 0.04 0.14 0 0.54
HSL 281.25º 0.07% 0.43% -
HSV(B) 281.25º 0.14% 0.46% -
XYZ 14.55 14.04 18.77 -
YUV 106.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 112 101 117 0.04 0.14 0 0.54 281.25 0.07 0.43
Hex 70 65 75 4 E 0 36 119 7 2B
Octal 160 145 165 4 16 0 66 431 7 53
Binary 1110000 1100101 1110101 100 1110 0 110110 100011001 111 101011

Color Harmonies of #706575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706575

Black with #706575

Text Example


Text Example

White with #706575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706575; }

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

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

background-color css

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

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

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

border-color css

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

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

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