Html Css Color HEX #726867 Dim Gray

📋 copy color: '#726867'

red 114 ◦ green 104 ◦ blue 103

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

Shades of Dim Gray #726867

Tints of Dim Gray #726867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

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

R = 35.51%
G = 32.4%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#726867 (or 0x726867) is known color: Dim Gray. HEX triplet: 72, 68 and 67. RGB value is (114,104,103). Sum of RGB (Red+Green+Blue) = 114+104+103=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726867 is #8D9798. Grayscale: #6A6A6A. Windows color (decimal): -9279385 or 6776946. OLE color: 6776946.

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

Color convert

RGB 114 104 103 -
CMYK 0 0.09 0.10 0.55
HSL 5.45º 0.05% 0.43% -
HSV(B) 5.45º 0.1% 0.45% -
XYZ 14.34 14.46 14.87 -
YUV 106.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 114 104 103 0 0.09 0.10 0.55 5.45 0.05 0.43
Hex 72 68 67 0 9 A 37 5 5 2B
Octal 162 150 147 0 11 12 67 5 5 53
Binary 1110010 1101000 1100111 0 1001 1010 110111 101 101 101011

Color Harmonies of #726867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726867

Black with #726867

Text Example


Text Example

White with #726867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726867; }

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

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

background-color css

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

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

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

border-color css

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

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

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