Html Css Color HEX #726767 Dim Gray

📋 copy color: '#726767'

red 114 ◦ green 103 ◦ blue 103

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

Shades of Dim Gray #726767

Tints of Dim Gray #726767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 35.63%
G = 32.19%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#726767 (or 0x726767) is known color: Dim Gray. HEX triplet: 72, 67 and 67. RGB value is (114,103,103). Sum of RGB (Red+Green+Blue) = 114+103+103=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726767 is #8D9898. Grayscale: #6A6A6A. Windows color (decimal): -9279641 or 6776690. OLE color: 6776690.

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

Color convert

RGB 114 103 103 -
CMYK 0 0.10 0.10 0.55
HSL 0.05% 0.43% -
HSV(B) 0.1% 0.45% -
XYZ 14.24 14.26 14.83 -
YUV 106.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 114 103 103 0 0.10 0.10 0.55 0 0.05 0.43
Hex 72 67 67 0 A A 37 0 5 2B
Octal 162 147 147 0 12 12 67 0 5 53
Binary 1110010 1100111 1100111 0 1010 1010 110111 0 101 101011

Color Harmonies of #726767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726767

Black with #726767

Text Example


Text Example

White with #726767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726767; }

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

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

background-color css

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

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

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

border-color css

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

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

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