Html Css Color HEX #705C78 Rum

📋 copy color: '#705C78'

red 112 ◦ green 92 ◦ blue 120

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

Shades of Rum #705C78

Tints of Rum #705C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 120 (47.27% from 255) = 37.04%

R = 34.57%
G = 28.4%
B = 37.04%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705C78 (or 0x705C78) is known color: Rum. HEX triplet: 70, 5C and 78. RGB value is (112,92,120). Sum of RGB (Red+Green+Blue) = 112+92+120=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #705C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C78 is #8FA387. Grayscale: #656565. Windows color (decimal): -9413512 or 7887984. OLE color: 7887984.

HSL color Cylindrical-coordinate representation of color #705C78: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705C78 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 92 120 -
CMYK 0.07 0.23 0 0.53
HSL 282.86º 0.13% 0.42% -
HSV(B) 282.86º 0.23% 0.47% -
XYZ 13.9 12.46 19.44 -
YUV 101.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 112 92 120 0.07 0.23 0 0.53 282.86 0.13 0.42
Hex 70 5C 78 7 17 0 35 11B D 2A
Octal 160 134 170 7 27 0 65 433 15 52
Binary 1110000 1011100 1111000 111 10111 0 110101 100011011 1101 101010

Color Harmonies of #705C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C78

Black with #705C78

Text Example


Text Example

White with #705C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,92,120); }

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

background-color css

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

 a { background-color: rgb(112,92,120); }

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

border-color css

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

 span { border-color: rgb(112,92,120); }

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