Html Css Color HEX #706378 Rum

📋 copy color: '#706378'

red 112 ◦ green 99 ◦ blue 120

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

Shades of Rum #706378

Tints of Rum #706378

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 value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706378 (or 0x706378) is known color: 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.18%. 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

RGB 112 99 120 -
CMYK 0.07 0.17 0 0.53
HSL 277.14º 0.1% 0.43% -
HSV(B) 277.14º 0.18% 0.47% -
XYZ 14.53 13.72 19.65 -
YUV 105.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 112 99 120 0.07 0.17 0 0.53 277.14 0.1 0.43
Hex 70 63 78 7 11 0 35 115 A 2B
Octal 160 143 170 7 21 0 65 425 12 53
Binary 1110000 1100011 1111000 111 10001 0 110101 100010101 1010 101011

Color Harmonies of #706378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706378

Black with #706378

Text Example


Text Example

White with #706378

Text Example


Text Example

HTML Codes & Css Web 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>