Html Css Color HEX #706574 Rum

📋 copy color: '#706574'

red 112 ◦ green 101 ◦ blue 116

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

Shades of Rum #706574

Tints of Rum #706574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 34.04%
G = 30.7%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706574 (or 0x706574) is known color: Rum. HEX triplet: 70, 65 and 74. RGB value is (112,101,116). Sum of RGB (Red+Green+Blue) = 112+101+116=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #706574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706574 is #8F9A8B. Grayscale: #696969. Windows color (decimal): -9411212 or 7628144. OLE color: 7628144.

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

Color convert

RGB 112 101 116 -
CMYK 0.03 0.13 0 0.55
HSL 284º 0.07% 0.43% -
HSV(B) 284º 0.13% 0.45% -
XYZ 14.49 14.01 18.46 -
YUV 106 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 112 101 116 0.03 0.13 0 0.55 284 0.07 0.43
Hex 70 65 74 3 D 0 37 11C 7 2B
Octal 160 145 164 3 15 0 67 434 7 53
Binary 1110000 1100101 1110100 11 1101 0 110111 100011100 111 101011

Color Harmonies of #706574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706574

Black with #706574

Text Example


Text Example

White with #706574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706574; }

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

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

background-color css

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

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

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

border-color css

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

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

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