Html Css Color HEX #726664 Dim Gray

📋 copy color: '#726664'

red 114 ◦ green 102 ◦ blue 100

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

Shades of Dim Gray #726664

Tints of Dim Gray #726664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 36.08%
G = 32.28%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#726664 (or 0x726664) is known color: Dim Gray. HEX triplet: 72, 66 and 64. RGB value is (114,102,100). Sum of RGB (Red+Green+Blue) = 114+102+100=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726664 is #8D999B. Grayscale: #696969. Windows color (decimal): -9279900 or 6579826. OLE color: 6579826.

HSL color Cylindrical-coordinate representation of color #726664: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #726664 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 100 -
CMYK 0 0.11 0.12 0.55
HSL 8.57º 0.07% 0.42% -
HSV(B) 8.57º 0.12% 0.45% -
XYZ 13.99 14 14.02 -
YUV 105.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 114 102 100 0 0.11 0.12 0.55 8.57 0.07 0.42
Hex 72 66 64 0 B C 37 9 7 2A
Octal 162 146 144 0 13 14 67 11 7 52
Binary 1110010 1100110 1100100 0 1011 1100 110111 1001 111 101010

Color Harmonies of #726664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726664

Black with #726664

Text Example


Text Example

White with #726664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726664; }

 p { color: rgb(114,102,100); }

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

background-color css

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

 a { background-color: rgb(114,102,100); }

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

border-color css

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

 span { border-color: rgb(114,102,100); }

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