Html Css Color HEX #705674 Rum

📋 copy color: '#705674'

red 112 ◦ green 86 ◦ blue 116

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

Shades of Rum #705674

Tints of Rum #705674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 35.67%
G = 27.39%
B = 36.94%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705674 (or 0x705674) is known color: Rum. HEX triplet: 70, 56 and 74. RGB value is (112,86,116). Sum of RGB (Red+Green+Blue) = 112+86+116=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #705674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705674 is #8FA98B. Grayscale: #616161. Windows color (decimal): -9415052 or 7624304. OLE color: 7624304.

HSL color Cylindrical-coordinate representation of color #705674: hue angle of 292º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705674 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 86 116 -
CMYK 0.03 0.26 0 0.55
HSL 292º 0.15% 0.4% -
HSV(B) 292º 0.26% 0.45% -
XYZ 13.16 11.36 18.02 -
YUV 97.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 112 86 116 0.03 0.26 0 0.55 292 0.15 0.4
Hex 70 56 74 3 1A 0 37 124 F 28
Octal 160 126 164 3 32 0 67 444 17 50
Binary 1110000 1010110 1110100 11 11010 0 110111 100100100 1111 101000

Color Harmonies of #705674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705674

Black with #705674

Text Example


Text Example

White with #705674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705674; }

 p { color: rgb(112,86,116); }

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

background-color css

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

 a { background-color: rgb(112,86,116); }

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

border-color css

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

 span { border-color: rgb(112,86,116); }

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