Html Css Color HEX #706374 Rum

📋 copy color: '#706374'

red 112 ◦ green 99 ◦ blue 116

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

Shades of Rum #706374

Tints of Rum #706374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 34.25%
G = 30.28%
B = 35.47%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706374 (or 0x706374) is known color: Rum. HEX triplet: 70, 63 and 74. RGB value is (112,99,116). Sum of RGB (Red+Green+Blue) = 112+99+116=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #706374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706374 is #8F9C8B. Grayscale: #686868. Windows color (decimal): -9411724 or 7627632. OLE color: 7627632.

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

Color convert

RGB 112 99 116 -
CMYK 0.03 0.15 0 0.55
HSL 285.88º 0.08% 0.42% -
HSV(B) 285.88º 0.15% 0.45% -
XYZ 14.3 13.63 18.4 -
YUV 104.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 112 99 116 0.03 0.15 0 0.55 285.88 0.08 0.42
Hex 70 63 74 3 F 0 37 11E 8 2A
Octal 160 143 164 3 17 0 67 436 10 52
Binary 1110000 1100011 1110100 11 1111 0 110111 100011110 1000 101010

Color Harmonies of #706374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706374

Black with #706374

Text Example


Text Example

White with #706374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706374; }

 p { color: rgb(112,99,116); }

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

background-color css

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

 a { background-color: rgb(112,99,116); }

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

border-color css

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

 span { border-color: rgb(112,99,116); }

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