Html Css Color HEX #705675 Rum

📋 copy color: '#705675'

red 112 ◦ green 86 ◦ blue 117

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

Shades of Rum #705675

Tints of Rum #705675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

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

R = 35.56%
G = 27.3%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705675 (or 0x705675) is known color: Rum. HEX triplet: 70, 56 and 75. RGB value is (112,86,117). Sum of RGB (Red+Green+Blue) = 112+86+117=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #705675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705675 is #8FA98A. Grayscale: #616161. Windows color (decimal): -9415051 or 7689840. OLE color: 7689840.

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

Color convert

RGB 112 86 117 -
CMYK 0.04 0.26 0 0.54
HSL 290.32º 0.15% 0.4% -
HSV(B) 290.32º 0.26% 0.46% -
XYZ 13.22 11.38 18.33 -
YUV 97.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 112 86 117 0.04 0.26 0 0.54 290.32 0.15 0.4
Hex 70 56 75 4 1A 0 36 122 F 28
Octal 160 126 165 4 32 0 66 442 17 50
Binary 1110000 1010110 1110101 100 11010 0 110110 100100010 1111 101000

Color Harmonies of #705675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705675

Black with #705675

Text Example


Text Example

White with #705675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705675; }

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

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

background-color css

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

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

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

border-color css

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

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

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