Html Css Color HEX #716175 Rum

📋 copy color: '#716175'

red 113 ◦ green 97 ◦ blue 117

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

Shades of Rum #716175

Tints of Rum #716175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

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

R = 34.56%
G = 29.66%
B = 35.78%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716175 (or 0x716175) is known color: Rum. HEX triplet: 71, 61 and 75. RGB value is (113,97,117). Sum of RGB (Red+Green+Blue) = 113+97+117=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #716175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716175 is #8E9E8A. Grayscale: #686868. Windows color (decimal): -9346699 or 7692657. OLE color: 7692657.

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

Color convert

RGB 113 97 117 -
CMYK 0.03 0.17 0 0.54
HSL 288º 0.09% 0.42% -
HSV(B) 288º 0.17% 0.46% -
XYZ 14.3 13.34 18.65 -
YUV 104.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 113 97 117 0.03 0.17 0 0.54 288 0.09 0.42
Hex 71 61 75 3 11 0 36 120 9 2A
Octal 161 141 165 3 21 0 66 440 11 52
Binary 1110001 1100001 1110101 11 10001 0 110110 100100000 1001 101010

Color Harmonies of #716175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716175

Black with #716175

Text Example


Text Example

White with #716175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716175; }

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

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

background-color css

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

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

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

border-color css

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

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

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