Html Css Color HEX #706377 Rum

📋 copy color: '#706377'

red 112 ◦ green 99 ◦ blue 119

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

Shades of Rum #706377

Tints of Rum #706377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 33.94%
G = 30%
B = 36.06%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706377 (or 0x706377) is known color: Rum. HEX triplet: 70, 63 and 77. RGB value is (112,99,119). Sum of RGB (Red+Green+Blue) = 112+99+119=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #706377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706377 is #8F9C88. Grayscale: #696969. Windows color (decimal): -9411721 or 7824240. OLE color: 7824240.

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

Color convert

RGB 112 99 119 -
CMYK 0.06 0.17 0 0.53
HSL 279º 0.09% 0.43% -
HSV(B) 279º 0.17% 0.47% -
XYZ 14.47 13.7 19.33 -
YUV 105.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 112 99 119 0.06 0.17 0 0.53 279 0.09 0.43
Hex 70 63 77 6 11 0 35 117 9 2B
Octal 160 143 167 6 21 0 65 427 11 53
Binary 1110000 1100011 1110111 110 10001 0 110101 100010111 1001 101011

Color Harmonies of #706377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706377

Black with #706377

Text Example


Text Example

White with #706377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706377; }

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

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

background-color css

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

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

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

border-color css

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

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

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