Html Css Color HEX #706673 Rum

📋 copy color: '#706673'

red 112 ◦ green 102 ◦ blue 115

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

Shades of Rum #706673

Tints of Rum #706673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 34.04%
G = 31%
B = 34.95%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706673 (or 0x706673) is known color: Rum. HEX triplet: 70, 66 and 73. RGB value is (112,102,115). Sum of RGB (Red+Green+Blue) = 112+102+115=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #706673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706673 is #8F998C. Grayscale: #6A6A6A. Windows color (decimal): -9410957 or 7562864. OLE color: 7562864.

HSL color Cylindrical-coordinate representation of color #706673: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706673 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 102 115 -
CMYK 0.03 0.11 0 0.55
HSL 286.15º 0.06% 0.43% -
HSV(B) 286.15º 0.11% 0.45% -
XYZ 14.53 14.19 18.19 -
YUV 106.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 112 102 115 0.03 0.11 0 0.55 286.15 0.06 0.43
Hex 70 66 73 3 B 0 37 11E 6 2B
Octal 160 146 163 3 13 0 67 436 6 53
Binary 1110000 1100110 1110011 11 1011 0 110111 100011110 110 101011

Color Harmonies of #706673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706673

Black with #706673

Text Example


Text Example

White with #706673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706673; }

 p { color: rgb(112,102,115); }

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

background-color css

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

 a { background-color: rgb(112,102,115); }

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

border-color css

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

 span { border-color: rgb(112,102,115); }

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