Html Css Color HEX #726975 Rum

📋 copy color: '#726975'

red 114 ◦ green 105 ◦ blue 117

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

Shades of Rum #726975

Tints of Rum #726975

RGB

 RED value IS 114 (44.92% from 255) = 33.93%

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

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

R = 33.93%
G = 31.25%
B = 34.82%

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

#726975 (or 0x726975) is known color: Rum. HEX triplet: 72, 69 and 75. RGB value is (114,105,117). Sum of RGB (Red+Green+Blue) = 114+105+117=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 105 (41.41% from 255 or 31.25% 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 #726975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726975 is #8D968A. Grayscale: #6D6D6D. Windows color (decimal): -9279115 or 7694706. OLE color: 7694706.

HSL color Cylindrical-coordinate representation of color #726975: hue angle of 285º 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 #726975 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 105 117 -
CMYK 0.03 0.10 0 0.54
HSL 285º 0.05% 0.44% -
HSV(B) 285º 0.1% 0.46% -
XYZ 15.2 14.96 18.92 -
YUV 109.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 114 105 117 0.03 0.10 0 0.54 285 0.05 0.44
Hex 72 69 75 3 A 0 36 11D 5 2C
Octal 162 151 165 3 12 0 66 435 5 54
Binary 1110010 1101001 1110101 11 1010 0 110110 100011101 101 101100

Color Harmonies of #726975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726975

Black with #726975

Text Example


Text Example

White with #726975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726975; }

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

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

background-color css

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

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

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

border-color css

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

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

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