Html Css Color HEX #706078 Rum

📋 copy color: '#706078'

red 112 ◦ green 96 ◦ blue 120

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

Shades of Rum #706078

Tints of Rum #706078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.59%

R = 34.15%
G = 29.27%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706078 (or 0x706078) is known color: Rum. HEX triplet: 70, 60 and 78. RGB value is (112,96,120). Sum of RGB (Red+Green+Blue) = 112+96+120=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #706078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706078 is #8F9F87. Grayscale: #676767. Windows color (decimal): -9412488 or 7889008. OLE color: 7889008.

HSL color Cylindrical-coordinate representation of color #706078: hue angle of 280º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706078 is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 96 120 -
CMYK 0.07 0.2 0 0.53
HSL 280º 0.11% 0.42% -
HSV(B) 280º 0.2% 0.47% -
XYZ 14.26 13.17 19.56 -
YUV 103.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 112 96 120 0.07 0.2 0 0.53 280 0.11 0.42
Hex 70 60 78 7 14 0 35 118 B 2A
Octal 160 140 170 7 24 0 65 430 13 52
Binary 1110000 1100000 1111000 111 10100 0 110101 100011000 1011 101010

Color Harmonies of #706078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706078

Black with #706078

Text Example


Text Example

White with #706078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706078; }

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

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

background-color css

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

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

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

border-color css

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

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

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