Html Css Color HEX #716377 Rum

📋 copy color: '#716377'

red 113 ◦ green 99 ◦ blue 119

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

Shades of Rum #716377

Tints of Rum #716377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 34.14%
G = 29.91%
B = 35.95%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716377 (or 0x716377) is known color: Rum. HEX triplet: 71, 63 and 77. RGB value is (113,99,119). Sum of RGB (Red+Green+Blue) = 113+99+119=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #716377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716377 is #8E9C88. Grayscale: #696969. Windows color (decimal): -9346185 or 7824241. OLE color: 7824241.

HSL color Cylindrical-coordinate representation of color #716377: hue angle of 282º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #716377 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 99 119 -
CMYK 0.05 0.17 0 0.53
HSL 282º 0.09% 0.43% -
HSV(B) 282º 0.17% 0.47% -
XYZ 14.6 13.77 19.34 -
YUV 105.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 113 99 119 0.05 0.17 0 0.53 282 0.09 0.43
Hex 71 63 77 5 11 0 35 11A 9 2B
Octal 161 143 167 5 21 0 65 432 11 53
Binary 1110001 1100011 1110111 101 10001 0 110101 100011010 1001 101011

Color Harmonies of #716377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716377

Black with #716377

Text Example


Text Example

White with #716377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716377; }

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

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

background-color css

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

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

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

border-color css

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

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

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