Html Css Color HEX #726565 Dim Gray

📋 copy color: '#726565'

red 114 ◦ green 101 ◦ blue 101

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

Shades of Dim Gray #726565

Tints of Dim Gray #726565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 36.08%
G = 31.96%
B = 31.96%

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

#726565 (or 0x726565) is known color: Dim Gray. HEX triplet: 72, 65 and 65. RGB value is (114,101,101). Sum of RGB (Red+Green+Blue) = 114+101+101=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726565 is #8D9A9A. Grayscale: #686868. Windows color (decimal): -9280155 or 6645106. OLE color: 6645106.

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

Color convert

RGB 114 101 101 -
CMYK 0 0.11 0.11 0.55
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.45% -
XYZ 13.94 13.82 14.25 -
YUV 104.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 114 101 101 0 0.11 0.11 0.55 0 0.06 0.42
Hex 72 65 65 0 B B 37 0 6 2A
Octal 162 145 145 0 13 13 67 0 6 52
Binary 1110010 1100101 1100101 0 1011 1011 110111 0 110 101010

Color Harmonies of #726565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726565

Black with #726565

Text Example


Text Example

White with #726565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726565; }

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

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

background-color css

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

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

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

border-color css

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

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

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