Html Css Color HEX #726A75 Rum

📋 copy color: '#726A75'

red 114 ◦ green 106 ◦ blue 117

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

Shades of Rum #726A75

Tints of Rum #726A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 33.83%
G = 31.45%
B = 34.72%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#726A75 (or 0x726A75) is known color: Rum. HEX triplet: 72, 6A and 75. RGB value is (114,106,117). Sum of RGB (Red+Green+Blue) = 114+106+117=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #726A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A75 is #8D958A. Grayscale: #6D6D6D. Windows color (decimal): -9278859 or 7694962. OLE color: 7694962.

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

Color convert

RGB 114 106 117 -
CMYK 0.03 0.09 0 0.54
HSL 283.64º 0.05% 0.44% -
HSV(B) 283.64º 0.09% 0.46% -
XYZ 15.3 15.17 18.95 -
YUV 109.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 114 106 117 0.03 0.09 0 0.54 283.64 0.05 0.44
Hex 72 6A 75 3 9 0 36 11C 5 2C
Octal 162 152 165 3 11 0 66 434 5 54
Binary 1110010 1101010 1110101 11 1001 0 110110 100011100 101 101100

Color Harmonies of #726A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A75

Black with #726A75

Text Example


Text Example

White with #726A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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