Html Css Color HEX #705F76 Rum

📋 copy color: '#705F76'

red 112 ◦ green 95 ◦ blue 118

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

Shades of Rum #705F76

Tints of Rum #705F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 34.46%
G = 29.23%
B = 36.31%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705F76 (or 0x705F76) is known color: Rum. HEX triplet: 70, 5F and 76. RGB value is (112,95,118). Sum of RGB (Red+Green+Blue) = 112+95+118=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #705F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F76 is #8FA089. Grayscale: #666666. Windows color (decimal): -9412746 or 7757680. OLE color: 7757680.

HSL color Cylindrical-coordinate representation of color #705F76: hue angle of 284.35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705F76 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 95 118 -
CMYK 0.05 0.19 0 0.54
HSL 284.35º 0.11% 0.42% -
HSV(B) 284.35º 0.19% 0.46% -
XYZ 14.04 12.94 18.9 -
YUV 102.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 112 95 118 0.05 0.19 0 0.54 284.35 0.11 0.42
Hex 70 5F 76 5 13 0 36 11C B 2A
Octal 160 137 166 5 23 0 66 434 13 52
Binary 1110000 1011111 1110110 101 10011 0 110110 100011100 1011 101010

Color Harmonies of #705F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F76

Black with #705F76

Text Example


Text Example

White with #705F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705F76; }

 p { color: rgb(112,95,118); }

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

background-color css

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

 a { background-color: rgb(112,95,118); }

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

border-color css

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

 span { border-color: rgb(112,95,118); }

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