Html Css Color HEX #716C72 Rum

📋 copy color: '#716C72'

red 113 ◦ green 108 ◦ blue 114

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

Shades of Rum #716C72

Tints of Rum #716C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 33.73%
G = 32.24%
B = 34.03%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716C72 (or 0x716C72) is known color: Rum. HEX triplet: 71, 6C and 72. RGB value is (113,108,114). Sum of RGB (Red+Green+Blue) = 113+108+114=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 114 - color contains mainly: blue. Hex color #716C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C72 is #8E938D. Grayscale: #6E6E6E. Windows color (decimal): -9343886 or 7498865. OLE color: 7498865.

HSL color Cylindrical-coordinate representation of color #716C72: hue angle of 290º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716C72 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 108 114 -
CMYK 0.01 0.05 0 0.55
HSL 290º 0.03% 0.44% -
HSV(B) 290º 0.05% 0.45% -
XYZ 15.21 15.45 18.1 -
YUV 110.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 113 108 114 0.01 0.05 0 0.55 290 0.03 0.44
Hex 71 6C 72 1 5 0 37 122 3 2C
Octal 161 154 162 1 5 0 67 442 3 54
Binary 1110001 1101100 1110010 1 101 0 110111 100100010 11 101100

Color Harmonies of #716C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C72

Black with #716C72

Text Example


Text Example

White with #716C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716C72; }

 p { color: rgb(113,108,114); }

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

background-color css

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

 a { background-color: rgb(113,108,114); }

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

border-color css

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

 span { border-color: rgb(113,108,114); }

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