Html Css Color HEX #705D7A Rum

📋 copy color: '#705D7A'

red 112 ◦ green 93 ◦ blue 122

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

Shades of Rum #705D7A

Tints of Rum #705D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 34.25%
G = 28.44%
B = 37.31%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#705D7A (or 0x705D7A) is known color: Rum. HEX triplet: 70, 5D and 7A. RGB value is (112,93,122). Sum of RGB (Red+Green+Blue) = 112+93+122=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #705D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D7A is #8FA285. Grayscale: #656565. Windows color (decimal): -9413254 or 8019312. OLE color: 8019312.

HSL color Cylindrical-coordinate representation of color #705D7A: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705D7A is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 93 122 -
CMYK 0.08 0.24 0 0.52
HSL 279.31º 0.13% 0.42% -
HSV(B) 279.31º 0.24% 0.48% -
XYZ 14.11 12.68 20.12 -
YUV 101.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 112 93 122 0.08 0.24 0 0.52 279.31 0.13 0.42
Hex 70 5D 7A 8 18 0 34 117 D 2A
Octal 160 135 172 10 30 0 64 427 15 52
Binary 1110000 1011101 1111010 1000 11000 0 110100 100010111 1101 101010

Color Harmonies of #705D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D7A

Black with #705D7A

Text Example


Text Example

White with #705D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,122); }

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

background-color css

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

 a { background-color: rgb(112,93,122); }

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

border-color css

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

 span { border-color: rgb(112,93,122); }

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