Html Css Color HEX #716075 Rum

📋 copy color: '#716075'

red 113 ◦ green 96 ◦ blue 117

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

Shades of Rum #716075

Tints of Rum #716075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 34.66%
G = 29.45%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716075 (or 0x716075) is known color: Rum. HEX triplet: 71, 60 and 75. RGB value is (113,96,117). Sum of RGB (Red+Green+Blue) = 113+96+117=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #716075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716075 is #8E9F8A. Grayscale: #676767. Windows color (decimal): -9346955 or 7692401. OLE color: 7692401.

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

Color convert

RGB 113 96 117 -
CMYK 0.03 0.18 0 0.54
HSL 288.57º 0.1% 0.42% -
HSV(B) 288.57º 0.18% 0.46% -
XYZ 14.2 13.16 18.62 -
YUV 103.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 113 96 117 0.03 0.18 0 0.54 288.57 0.1 0.42
Hex 71 60 75 3 12 0 36 121 A 2A
Octal 161 140 165 3 22 0 66 441 12 52
Binary 1110001 1100000 1110101 11 10010 0 110110 100100001 1010 101010

Color Harmonies of #716075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716075

Black with #716075

Text Example


Text Example

White with #716075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716075; }

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

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

background-color css

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

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

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

border-color css

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

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

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