Html Css Color HEX #706175 Rum

📋 copy color: '#706175'

red 112 ◦ green 97 ◦ blue 117

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

Shades of Rum #706175

Tints of Rum #706175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 34.36%
G = 29.75%
B = 35.89%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706175 (or 0x706175) is known color: Rum. HEX triplet: 70, 61 and 75. RGB value is (112,97,117). Sum of RGB (Red+Green+Blue) = 112+97+117=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #706175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706175 is #8F9E8A. Grayscale: #676767. Windows color (decimal): -9412235 or 7692656. OLE color: 7692656.

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

Color convert

RGB 112 97 117 -
CMYK 0.04 0.17 0 0.54
HSL 285º 0.09% 0.42% -
HSV(B) 285º 0.17% 0.46% -
XYZ 14.17 13.28 18.65 -
YUV 103.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 112 97 117 0.04 0.17 0 0.54 285 0.09 0.42
Hex 70 61 75 4 11 0 36 11D 9 2A
Octal 160 141 165 4 21 0 66 435 11 52
Binary 1110000 1100001 1110101 100 10001 0 110110 100011101 1001 101010

Color Harmonies of #706175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706175

Black with #706175

Text Example


Text Example

White with #706175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706175; }

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

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

background-color css

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

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

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

border-color css

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

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

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