Html Css Color HEX #705875 Rum

📋 copy color: '#705875'

red 112 ◦ green 88 ◦ blue 117

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

Shades of Rum #705875

Tints of Rum #705875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

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

R = 35.33%
G = 27.76%
B = 36.91%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705875 (or 0x705875) is known color: Rum. HEX triplet: 70, 58 and 75. RGB value is (112,88,117). Sum of RGB (Red+Green+Blue) = 112+88+117=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #705875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705875 is #8FA78A. Grayscale: #626262. Windows color (decimal): -9414539 or 7690352. OLE color: 7690352.

HSL color Cylindrical-coordinate representation of color #705875: hue angle of 289.66º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705875 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 88 117 -
CMYK 0.04 0.25 0 0.54
HSL 289.66º 0.14% 0.4% -
HSV(B) 289.66º 0.25% 0.46% -
XYZ 13.38 11.71 18.38 -
YUV 98.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 112 88 117 0.04 0.25 0 0.54 289.66 0.14 0.4
Hex 70 58 75 4 19 0 36 122 E 28
Octal 160 130 165 4 31 0 66 442 16 50
Binary 1110000 1011000 1110101 100 11001 0 110110 100100010 1110 101000

Color Harmonies of #705875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705875

Black with #705875

Text Example


Text Example

White with #705875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705875; }

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

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

background-color css

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

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

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

border-color css

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

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

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