Html Css Color HEX #705F75 Rum

📋 copy color: '#705F75'

red 112 ◦ green 95 ◦ blue 117

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

Shades of Rum #705F75

Tints of Rum #705F75

RGB

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

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

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

R = 34.57%
G = 29.32%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705F75 (or 0x705F75) is known color: Rum. HEX triplet: 70, 5F and 75. RGB value is (112,95,117). Sum of RGB (Red+Green+Blue) = 112+95+117=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #705F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F75 is #8FA08A. Grayscale: #666666. Windows color (decimal): -9412747 or 7692144. OLE color: 7692144.

HSL color Cylindrical-coordinate representation of color #705F75: hue angle of 286.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705F75 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 95 117 -
CMYK 0.04 0.19 0 0.54
HSL 286.36º 0.1% 0.42% -
HSV(B) 286.36º 0.19% 0.46% -
XYZ 13.99 12.91 18.59 -
YUV 102.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 112 95 117 0.04 0.19 0 0.54 286.36 0.1 0.42
Hex 70 5F 75 4 13 0 36 11E A 2A
Octal 160 137 165 4 23 0 66 436 12 52
Binary 1110000 1011111 1110101 100 10011 0 110110 100011110 1010 101010

Color Harmonies of #705F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F75

Black with #705F75

Text Example


Text Example

White with #705F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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