Html Css Color HEX #726766 Dim Gray

📋 copy color: '#726766'

red 114 ◦ green 103 ◦ blue 102

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

Shades of Dim Gray #726766

Tints of Dim Gray #726766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 35.74%
G = 32.29%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726766 (or 0x726766) is known color: Dim Gray. HEX triplet: 72, 67 and 66. RGB value is (114,103,102). Sum of RGB (Red+Green+Blue) = 114+103+102=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726766 is #8D9899. Grayscale: #6A6A6A. Windows color (decimal): -9279642 or 6711154. OLE color: 6711154.

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

Color convert

RGB 114 103 102 -
CMYK 0 0.10 0.11 0.55
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.45% -
XYZ 14.19 14.24 14.57 -
YUV 106.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 114 103 102 0 0.10 0.11 0.55 5 0.06 0.42
Hex 72 67 66 0 A B 37 5 6 2A
Octal 162 147 146 0 12 13 67 5 6 52
Binary 1110010 1100111 1100110 0 1010 1011 110111 101 110 101010

Color Harmonies of #726766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726766

Black with #726766

Text Example


Text Example

White with #726766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726766; }

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

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

background-color css

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

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

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

border-color css

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

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

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