Html Css Color HEX #726666 Dim Gray

📋 copy color: '#726666'

red 114 ◦ green 102 ◦ blue 102

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

Shades of Dim Gray #726666

Tints of Dim Gray #726666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 35.85%
G = 32.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726666 (or 0x726666) is known color: Dim Gray. HEX triplet: 72, 66 and 66. RGB value is (114,102,102). Sum of RGB (Red+Green+Blue) = 114+102+102=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #726666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726666 is #8D9999. Grayscale: #696969. Windows color (decimal): -9279898 or 6710898. OLE color: 6710898.

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

Color convert

RGB 114 102 102 -
CMYK 0 0.11 0.11 0.55
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.45% -
XYZ 14.09 14.04 14.54 -
YUV 105.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 114 102 102 0 0.11 0.11 0.55 0 0.06 0.42
Hex 72 66 66 0 B B 37 0 6 2A
Octal 162 146 146 0 13 13 67 0 6 52
Binary 1110010 1100110 1100110 0 1011 1011 110111 0 110 101010

Color Harmonies of #726666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726666

Black with #726666

Text Example


Text Example

White with #726666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726666; }

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

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

background-color css

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

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

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

border-color css

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

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

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