Html Css Color HEX #726C75 Rum

📋 copy color: '#726C75'

red 114 ◦ green 108 ◦ blue 117

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

Shades of Rum #726C75

Tints of Rum #726C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

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

R = 33.63%
G = 31.86%
B = 34.51%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#726C75 (or 0x726C75) is known color: Rum. HEX triplet: 72, 6C and 75. RGB value is (114,108,117). Sum of RGB (Red+Green+Blue) = 114+108+117=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #726C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C75 is #8D938A. Grayscale: #6E6E6E. Windows color (decimal): -9278347 or 7695474. OLE color: 7695474.

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

Color convert

RGB 114 108 117 -
CMYK 0.03 0.08 0 0.54
HSL 280º 0.04% 0.44% -
HSV(B) 280º 0.08% 0.46% -
XYZ 15.51 15.59 19.02 -
YUV 110.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 114 108 117 0.03 0.08 0 0.54 280 0.04 0.44
Hex 72 6C 75 3 8 0 36 118 4 2C
Octal 162 154 165 3 10 0 66 430 4 54
Binary 1110010 1101100 1110101 11 1000 0 110110 100011000 100 101100

Color Harmonies of #726C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C75

Black with #726C75

Text Example


Text Example

White with #726C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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