Html Css Color HEX #706278 Rum

📋 copy color: '#706278'

red 112 ◦ green 98 ◦ blue 120

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

Shades of Rum #706278

Tints of Rum #706278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 33.94%
G = 29.7%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706278 (or 0x706278) is known color: Rum. HEX triplet: 70, 62 and 78. RGB value is (112,98,120). Sum of RGB (Red+Green+Blue) = 112+98+120=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #706278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706278 is #8F9D87. Grayscale: #686868. Windows color (decimal): -9411976 or 7889520. OLE color: 7889520.

HSL color Cylindrical-coordinate representation of color #706278: hue angle of 278.18º 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 #706278 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 98 120 -
CMYK 0.07 0.18 0 0.53
HSL 278.18º 0.1% 0.43% -
HSV(B) 278.18º 0.18% 0.47% -
XYZ 14.44 13.54 19.62 -
YUV 104.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 112 98 120 0.07 0.18 0 0.53 278.18 0.1 0.43
Hex 70 62 78 7 12 0 35 116 A 2B
Octal 160 142 170 7 22 0 65 426 12 53
Binary 1110000 1100010 1111000 111 10010 0 110101 100010110 1010 101011

Color Harmonies of #706278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706278

Black with #706278

Text Example


Text Example

White with #706278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706278; }

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

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

background-color css

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

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

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

border-color css

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

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

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