Html Css Color HEX #716A75 Rum

📋 copy color: '#716A75'

red 113 ◦ green 106 ◦ blue 117

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

Shades of Rum #716A75

Tints of Rum #716A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 33.63%
G = 31.55%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716A75 (or 0x716A75) is known color: Rum. HEX triplet: 71, 6A and 75. RGB value is (113,106,117). Sum of RGB (Red+Green+Blue) = 113+106+117=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 117 - color contains mainly: blue. Hex color #716A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A75 is #8E958A. Grayscale: #6D6D6D. Windows color (decimal): -9344395 or 7694961. OLE color: 7694961.

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

Color convert

RGB 113 106 117 -
CMYK 0.03 0.09 0 0.54
HSL 278.18º 0.05% 0.44% -
HSV(B) 278.18º 0.09% 0.46% -
XYZ 15.17 15.1 18.95 -
YUV 109.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 113 106 117 0.03 0.09 0 0.54 278.18 0.05 0.44
Hex 71 6A 75 3 9 0 36 116 5 2C
Octal 161 152 165 3 11 0 66 426 5 54
Binary 1110001 1101010 1110101 11 1001 0 110110 100010110 101 101100

Color Harmonies of #716A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A75

Black with #716A75

Text Example


Text Example

White with #716A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,117); }

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

background-color css

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

 a { background-color: rgb(113,106,117); }

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

border-color css

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

 span { border-color: rgb(113,106,117); }

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