Html Css Color HEX #716975 Rum

📋 copy color: '#716975'

red 113 ◦ green 105 ◦ blue 117

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

Shades of Rum #716975

Tints of Rum #716975

RGB

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

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

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

R = 33.73%
G = 31.34%
B = 34.93%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716975 (or 0x716975) is known color: Rum. HEX triplet: 71, 69 and 75. RGB value is (113,105,117). Sum of RGB (Red+Green+Blue) = 113+105+117=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #716975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716975 is #8E968A. Grayscale: #6C6C6C. Windows color (decimal): -9344651 or 7694705. OLE color: 7694705.

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

Color convert

RGB 113 105 117 -
CMYK 0.03 0.10 0 0.54
HSL 280º 0.05% 0.44% -
HSV(B) 280º 0.1% 0.46% -
XYZ 15.07 14.9 18.91 -
YUV 108.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 113 105 117 0.03 0.10 0 0.54 280 0.05 0.44
Hex 71 69 75 3 A 0 36 118 5 2C
Octal 161 151 165 3 12 0 66 430 5 54
Binary 1110001 1101001 1110101 11 1010 0 110110 100011000 101 101100

Color Harmonies of #716975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716975

Black with #716975

Text Example


Text Example

White with #716975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716975; }

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

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

background-color css

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

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

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

border-color css

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

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

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