Html Css Color HEX #706174 Rum

📋 copy color: '#706174'

red 112 ◦ green 97 ◦ blue 116

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

Shades of Rum #706174

Tints of Rum #706174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 34.46%
G = 29.85%
B = 35.69%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706174 (or 0x706174) is known color: Rum. HEX triplet: 70, 61 and 74. RGB value is (112,97,116). Sum of RGB (Red+Green+Blue) = 112+97+116=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #706174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706174 is #8F9E8B. Grayscale: #676767. Windows color (decimal): -9412236 or 7627120. OLE color: 7627120.

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

Color convert

RGB 112 97 116 -
CMYK 0.03 0.16 0 0.55
HSL 287.37º 0.09% 0.42% -
HSV(B) 287.37º 0.16% 0.45% -
XYZ 14.11 13.26 18.34 -
YUV 103.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 112 97 116 0.03 0.16 0 0.55 287.37 0.09 0.42
Hex 70 61 74 3 10 0 37 11F 9 2A
Octal 160 141 164 3 20 0 67 437 11 52
Binary 1110000 1100001 1110100 11 10000 0 110111 100011111 1001 101010

Color Harmonies of #706174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706174

Black with #706174

Text Example


Text Example

White with #706174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706174; }

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

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

background-color css

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

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

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

border-color css

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

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

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