Html Css Color HEX #706075 Rum

📋 copy color: '#706075'

red 112 ◦ green 96 ◦ blue 117

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

Shades of Rum #706075

Tints of Rum #706075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 34.46%
G = 29.54%
B = 36%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706075 (or 0x706075) is known color: Rum. HEX triplet: 70, 60 and 75. RGB value is (112,96,117). Sum of RGB (Red+Green+Blue) = 112+96+117=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #706075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706075 is #8F9F8A. Grayscale: #676767. Windows color (decimal): -9412491 or 7692400. OLE color: 7692400.

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

Color convert

RGB 112 96 117 -
CMYK 0.04 0.18 0 0.54
HSL 285.71º 0.1% 0.42% -
HSV(B) 285.71º 0.18% 0.46% -
XYZ 14.08 13.09 18.62 -
YUV 103.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 112 96 117 0.04 0.18 0 0.54 285.71 0.1 0.42
Hex 70 60 75 4 12 0 36 11E A 2A
Octal 160 140 165 4 22 0 66 436 12 52
Binary 1110000 1100000 1110101 100 10010 0 110110 100011110 1010 101010

Color Harmonies of #706075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706075

Black with #706075

Text Example


Text Example

White with #706075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706075; }

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

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

background-color css

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

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

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

border-color css

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

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

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