Html Css Color HEX #716575 Rum

📋 copy color: '#716575'

red 113 ◦ green 101 ◦ blue 117

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

Shades of Rum #716575

Tints of Rum #716575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 34.14%
G = 30.51%
B = 35.35%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716575 (or 0x716575) is known color: Rum. HEX triplet: 71, 65 and 75. RGB value is (113,101,117). Sum of RGB (Red+Green+Blue) = 113+101+117=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #716575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716575 is #8E9A8A. Grayscale: #6A6A6A. Windows color (decimal): -9345675 or 7693681. OLE color: 7693681.

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

Color convert

RGB 113 101 117 -
CMYK 0.03 0.14 0 0.54
HSL 285º 0.07% 0.43% -
HSV(B) 285º 0.14% 0.46% -
XYZ 14.67 14.1 18.78 -
YUV 106.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 113 101 117 0.03 0.14 0 0.54 285 0.07 0.43
Hex 71 65 75 3 E 0 36 11D 7 2B
Octal 161 145 165 3 16 0 66 435 7 53
Binary 1110001 1100101 1110101 11 1110 0 110110 100011101 111 101011

Color Harmonies of #716575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716575

Black with #716575

Text Example


Text Example

White with #716575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716575; }

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

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

background-color css

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

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

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

border-color css

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

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

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