Html Css Color HEX #705877 Rum

📋 copy color: '#705877'

red 112 ◦ green 88 ◦ blue 119

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

Shades of Rum #705877

Tints of Rum #705877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 35.11%
G = 27.59%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705877 (or 0x705877) is known color: Rum. HEX triplet: 70, 58 and 77. RGB value is (112,88,119). Sum of RGB (Red+Green+Blue) = 112+88+119=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #705877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705877 is #8FA788. Grayscale: #626262. Windows color (decimal): -9414537 or 7821424. OLE color: 7821424.

HSL color Cylindrical-coordinate representation of color #705877: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705877 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 88 119 -
CMYK 0.06 0.26 0 0.53
HSL 286.45º 0.15% 0.41% -
HSV(B) 286.45º 0.26% 0.47% -
XYZ 13.5 11.76 19.01 -
YUV 98.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 112 88 119 0.06 0.26 0 0.53 286.45 0.15 0.41
Hex 70 58 77 6 1A 0 35 11E F 29
Octal 160 130 167 6 32 0 65 436 17 51
Binary 1110000 1011000 1110111 110 11010 0 110101 100011110 1111 101001

Color Harmonies of #705877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705877

Black with #705877

Text Example


Text Example

White with #705877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705877; }

 p { color: rgb(112,88,119); }

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

background-color css

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

 a { background-color: rgb(112,88,119); }

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

border-color css

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

 span { border-color: rgb(112,88,119); }

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