Html Css Color HEX #705B76 Rum

📋 copy color: '#705B76'

red 112 ◦ green 91 ◦ blue 118

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

Shades of Rum #705B76

Tints of Rum #705B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 34.89%
G = 28.35%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705B76 (or 0x705B76) is known color: Rum. HEX triplet: 70, 5B and 76. RGB value is (112,91,118). Sum of RGB (Red+Green+Blue) = 112+91+118=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #705B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B76 is #8FA489. Grayscale: #646464. Windows color (decimal): -9413770 or 7756656. OLE color: 7756656.

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

Color convert

RGB 112 91 118 -
CMYK 0.05 0.23 0 0.54
HSL 286.67º 0.13% 0.41% -
HSV(B) 286.67º 0.23% 0.46% -
XYZ 13.69 12.23 18.78 -
YUV 100.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 112 91 118 0.05 0.23 0 0.54 286.67 0.13 0.41
Hex 70 5B 76 5 17 0 36 11F D 29
Octal 160 133 166 5 27 0 66 437 15 51
Binary 1110000 1011011 1110110 101 10111 0 110110 100011111 1101 101001

Color Harmonies of #705B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B76

Black with #705B76

Text Example


Text Example

White with #705B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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