#706378

Color #706378 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #706378

Tints of Rum #706378

Color information

#706378 (or 0x706378) is unknown color: approx Rum. HEX triplet: 70, 63 and 78. RGB value is (112,99,120). Sum of RGB (Red+Green+Blue) = 112+99+120=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #706378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706378 is #8F9C87. Grayscale: #696969. Windows color (decimal): -9411720 or 7889776. OLE color: 7889776.

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

Color convert

RGB11299120-
CMYK0.070.1700.53
HSL277.14º9.59%42.94%-
HSV(B)277.14º17.5%47.06%-
XYZ14.5313.7219.65-
YUV105.28136.31132.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=33.84%
G=29.91%
B=36.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112991200.070.1700.53277.149.5942.94
Hex706378711035115a2b
Octal1601431707210654251253
Binary1110000110001111110001111000101101011000101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706378; }

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

 H1.HeaderClassName
 {
   color: #706378;
 }
 .AnyTagClassName
 {
   color: #706378;
 }
</style>
background-color css

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

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

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

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

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

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