#736C6B

Color #736C6B Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #736C6B

Tints of Dim Gray #736C6B

Color information

#736C6B (or 0x736C6B) is unknown color: approx Dim Gray. HEX triplet: 73, 6C and 6B. RGB value is (115,108,107). Sum of RGB (Red+Green+Blue) = 115+108+107=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #736C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C6B is #8C9394. Grayscale: #6D6D6D. Windows color (decimal): -9212821 or 7040115. OLE color: 7040115.

HSL color Cylindrical-coordinate representation of color #736C6B: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736C6B is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB115108107-
CMYK00.060.070.55
HSL7.5º3.6%43.53%-
HSV(B)7.5º6.96%45.1%-
XYZ15.0915.4316.09-
YUV109.98126.32131.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=34.85%
G=32.73%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510810700.060.070.557.53.643.53
Hex736C6B06737842c
Octal1631541530676710454
Binary11100111101100110101101101111101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736C6B; }

 p { color: rgb(115,108,107); }

 H1.HeaderClassName
 {
   color: #736C6B;
 }
 .AnyTagClassName
 {
   color: #736C6B;
 }
</style>
background-color css

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

 a { background-color: rgb(115,108,107); }

 div.DivClassName
 {
   background-color: #736C6B;
 }
 .BgClassName
 {
   background-color: #736C6B;
 }
</style>
border-color css

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

 span { border-color: rgb(115,108,107); }

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