Html Css Color HEX #736564 Dim Gray

📋 copy color: '#736564'

red 115 ◦ green 101 ◦ blue 100

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

Shades of Dim Gray #736564

Tints of Dim Gray #736564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 36.39%
G = 31.96%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#736564 (or 0x736564) is known color: Dim Gray. HEX triplet: 73, 65 and 64. RGB value is (115,101,100). Sum of RGB (Red+Green+Blue) = 115+101+100=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736564 is #8C9A9B. Grayscale: #696969. Windows color (decimal): -9214620 or 6579571. OLE color: 6579571.

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

Color convert

RGB 115 101 100 -
CMYK 0 0.12 0.13 0.55
HSL 0.07% 0.42% -
HSV(B) 0.13% 0.45% -
XYZ 14.02 13.87 14 -
YUV 105.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 115 101 100 0 0.12 0.13 0.55 4 0.07 0.42
Hex 73 65 64 0 C D 37 4 7 2A
Octal 163 145 144 0 14 15 67 4 7 52
Binary 1110011 1100101 1100100 0 1100 1101 110111 100 111 101010

Color Harmonies of #736564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736564

Black with #736564

Text Example


Text Example

White with #736564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736564; }

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

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

background-color css

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

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

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

border-color css

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

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

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