Html Css Color HEX #736463 Dim Gray

📋 copy color: '#736463'

red 115 ◦ green 100 ◦ blue 99

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

Shades of Dim Gray #736463

Tints of Dim Gray #736463

RGB

 RED value IS 115 (45.31% from 255) = 36.62%

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 36.62%
G = 31.85%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#736463 (or 0x736463) is known color: Dim Gray. HEX triplet: 73, 64 and 63. RGB value is (115,100,99). Sum of RGB (Red+Green+Blue) = 115+100+99=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736463 is #8C9B9C. Grayscale: #686868. Windows color (decimal): -9214877 or 6513779. OLE color: 6513779.

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

Color convert

RGB 115 100 99 -
CMYK 0 0.13 0.14 0.55
HSL 3.75º 0.07% 0.42% -
HSV(B) 3.75º 0.14% 0.45% -
XYZ 13.88 13.66 13.71 -
YUV 104.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 115 100 99 0 0.13 0.14 0.55 3.75 0.07 0.42
Hex 73 64 63 0 D E 37 4 7 2A
Octal 163 144 143 0 15 16 67 4 7 52
Binary 1110011 1100100 1100011 0 1101 1110 110111 100 111 101010

Color Harmonies of #736463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736463

Black with #736463

Text Example


Text Example

White with #736463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736463; }

 p { color: rgb(115,100,99); }

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

background-color css

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

 a { background-color: rgb(115,100,99); }

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

border-color css

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

 span { border-color: rgb(115,100,99); }

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