Html Css Color HEX #705A7B Rum

📋 copy color: '#705A7B'

red 112 ◦ green 90 ◦ blue 123

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

Shades of Rum #705A7B

Tints of Rum #705A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 34.46%
G = 27.69%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#705A7B (or 0x705A7B) is known color: Rum. HEX triplet: 70, 5A and 7B. RGB value is (112,90,123). Sum of RGB (Red+Green+Blue) = 112+90+123=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #705A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A7B is #8FA584. Grayscale: #646464. Windows color (decimal): -9414021 or 8084080. OLE color: 8084080.

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

Color convert

RGB 112 90 123 -
CMYK 0.09 0.27 0 0.52
HSL 280º 0.15% 0.42% -
HSV(B) 280º 0.27% 0.48% -
XYZ 13.91 12.19 20.36 -
YUV 100.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 112 90 123 0.09 0.27 0 0.52 280 0.15 0.42
Hex 70 5A 7B 9 1B 0 34 118 F 2A
Octal 160 132 173 11 33 0 64 430 17 52
Binary 1110000 1011010 1111011 1001 11011 0 110100 100011000 1111 101010

Color Harmonies of #705A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A7B

Black with #705A7B

Text Example


Text Example

White with #705A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,90,123); }

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

background-color css

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

 a { background-color: rgb(112,90,123); }

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

border-color css

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

 span { border-color: rgb(112,90,123); }

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