Html Css Color HEX #705F77 Rum

📋 copy color: '#705F77'

red 112 ◦ green 95 ◦ blue 119

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

Shades of Rum #705F77

Tints of Rum #705F77

RGB

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

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

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

R = 34.36%
G = 29.14%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705F77 (or 0x705F77) is known color: Rum. HEX triplet: 70, 5F and 77. RGB value is (112,95,119). Sum of RGB (Red+Green+Blue) = 112+95+119=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #705F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F77 is #8FA088. Grayscale: #666666. Windows color (decimal): -9412745 or 7823216. OLE color: 7823216.

HSL color Cylindrical-coordinate representation of color #705F77: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705F77 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 95 119 -
CMYK 0.06 0.20 0 0.53
HSL 282.5º 0.11% 0.42% -
HSV(B) 282.5º 0.2% 0.47% -
XYZ 14.1 12.96 19.21 -
YUV 102.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 112 95 119 0.06 0.20 0 0.53 282.5 0.11 0.42
Hex 70 5F 77 6 14 0 35 11A B 2A
Octal 160 137 167 6 24 0 65 432 13 52
Binary 1110000 1011111 1110111 110 10100 0 110101 100011010 1011 101010

Color Harmonies of #705F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F77

Black with #705F77

Text Example


Text Example

White with #705F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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