Html Css Color HEX #705677 Rum

📋 copy color: '#705677'

red 112 ◦ green 86 ◦ blue 119

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

Shades of Rum #705677

Tints of Rum #705677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 35.33%
G = 27.13%
B = 37.54%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705677 (or 0x705677) is known color: Rum. HEX triplet: 70, 56 and 77. RGB value is (112,86,119). Sum of RGB (Red+Green+Blue) = 112+86+119=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #705677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705677 is #8FA988. Grayscale: #616161. Windows color (decimal): -9415049 or 7820912. OLE color: 7820912.

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

Color convert

RGB 112 86 119 -
CMYK 0.06 0.28 0 0.53
HSL 287.27º 0.16% 0.4% -
HSV(B) 287.27º 0.28% 0.47% -
XYZ 13.34 11.43 18.96 -
YUV 97.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 112 86 119 0.06 0.28 0 0.53 287.27 0.16 0.4
Hex 70 56 77 6 1C 0 35 11F 10 28
Octal 160 126 167 6 34 0 65 437 20 50
Binary 1110000 1010110 1110111 110 11100 0 110101 100011111 10000 101000

Color Harmonies of #705677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705677

Black with #705677

Text Example


Text Example

White with #705677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705677; }

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

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

background-color css

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

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

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

border-color css

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

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

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