Html Css Color HEX #716974 Rum

📋 copy color: '#716974'

red 113 ◦ green 105 ◦ blue 116

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

Shades of Rum #716974

Tints of Rum #716974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 33.83%
G = 31.44%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716974 (or 0x716974) is known color: Rum. HEX triplet: 71, 69 and 74. RGB value is (113,105,116). Sum of RGB (Red+Green+Blue) = 113+105+116=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 116 - color contains mainly: blue. Hex color #716974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716974 is #8E968B. Grayscale: #6C6C6C. Windows color (decimal): -9344652 or 7629169. OLE color: 7629169.

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

Color convert

RGB 113 105 116 -
CMYK 0.03 0.09 0 0.55
HSL 283.64º 0.05% 0.43% -
HSV(B) 283.64º 0.09% 0.45% -
XYZ 15.01 14.87 18.6 -
YUV 108.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 113 105 116 0.03 0.09 0 0.55 283.64 0.05 0.43
Hex 71 69 74 3 9 0 37 11C 5 2B
Octal 161 151 164 3 11 0 67 434 5 53
Binary 1110001 1101001 1110100 11 1001 0 110111 100011100 101 101011

Color Harmonies of #716974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716974

Black with #716974

Text Example


Text Example

White with #716974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716974; }

 p { color: rgb(113,105,116); }

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

background-color css

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

 a { background-color: rgb(113,105,116); }

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

border-color css

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

 span { border-color: rgb(113,105,116); }

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