Html Css Color HEX #716373 Rum

📋 copy color: '#716373'

red 113 ◦ green 99 ◦ blue 115

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

Shades of Rum #716373

Tints of Rum #716373

RGB

 RED value IS 113 (44.53% from 255) = 34.56%

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

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

R = 34.56%
G = 30.28%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716373 (or 0x716373) is known color: Rum. HEX triplet: 71, 63 and 73. RGB value is (113,99,115). Sum of RGB (Red+Green+Blue) = 113+99+115=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #716373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716373 is #8E9C8C. Grayscale: #686868. Windows color (decimal): -9346189 or 7562097. OLE color: 7562097.

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

Color convert

RGB 113 99 115 -
CMYK 0.02 0.14 0 0.55
HSL 292.5º 0.07% 0.42% -
HSV(B) 292.5º 0.14% 0.45% -
XYZ 14.37 13.67 18.1 -
YUV 105.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 113 99 115 0.02 0.14 0 0.55 292.5 0.07 0.42
Hex 71 63 73 2 E 0 37 124 7 2A
Octal 161 143 163 2 16 0 67 444 7 52
Binary 1110001 1100011 1110011 10 1110 0 110111 100100100 111 101010

Color Harmonies of #716373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716373

Black with #716373

Text Example


Text Example

White with #716373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716373; }

 p { color: rgb(113,99,115); }

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

background-color css

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

 a { background-color: rgb(113,99,115); }

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

border-color css

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

 span { border-color: rgb(113,99,115); }

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