Html Css Color HEX #705C7A Rum

📋 copy color: '#705C7A'

red 112 ◦ green 92 ◦ blue 122

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

Shades of Rum #705C7A

Tints of Rum #705C7A

RGB

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

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

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

R = 34.36%
G = 28.22%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#705C7A (or 0x705C7A) is known color: Rum. HEX triplet: 70, 5C and 7A. RGB value is (112,92,122). Sum of RGB (Red+Green+Blue) = 112+92+122=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #705C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C7A is #8FA385. Grayscale: #656565. Windows color (decimal): -9413510 or 8019056. OLE color: 8019056.

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

Color convert

RGB 112 92 122 -
CMYK 0.08 0.25 0 0.52
HSL 280º 0.14% 0.42% -
HSV(B) 280º 0.25% 0.48% -
XYZ 14.02 12.5 20.09 -
YUV 101.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 112 92 122 0.08 0.25 0 0.52 280 0.14 0.42
Hex 70 5C 7A 8 19 0 34 118 E 2A
Octal 160 134 172 10 31 0 64 430 16 52
Binary 1110000 1011100 1111010 1000 11001 0 110100 100011000 1110 101010

Color Harmonies of #705C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C7A

Black with #705C7A

Text Example


Text Example

White with #705C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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