Html Css Color HEX #705E75 Rum

📋 copy color: '#705E75'

red 112 ◦ green 94 ◦ blue 117

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

Shades of Rum #705E75

Tints of Rum #705E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 34.67%
G = 29.1%
B = 36.22%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705E75 (or 0x705E75) is known color: Rum. HEX triplet: 70, 5E and 75. RGB value is (112,94,117). Sum of RGB (Red+Green+Blue) = 112+94+117=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #705E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E75 is #8FA18A. Grayscale: #656565. Windows color (decimal): -9413003 or 7691888. OLE color: 7691888.

HSL color Cylindrical-coordinate representation of color #705E75: hue angle of 286.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705E75 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 94 117 -
CMYK 0.04 0.20 0 0.54
HSL 286.96º 0.11% 0.41% -
HSV(B) 286.96º 0.2% 0.46% -
XYZ 13.9 12.73 18.56 -
YUV 102 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 112 94 117 0.04 0.20 0 0.54 286.96 0.11 0.41
Hex 70 5E 75 4 14 0 36 11F B 29
Octal 160 136 165 4 24 0 66 437 13 51
Binary 1110000 1011110 1110101 100 10100 0 110110 100011111 1011 101001

Color Harmonies of #705E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E75

Black with #705E75

Text Example


Text Example

White with #705E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,117); }

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

background-color css

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

 a { background-color: rgb(112,94,117); }

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

border-color css

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

 span { border-color: rgb(112,94,117); }

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