Html Css Color HEX #736C6B Dim Gray

📋 copy color: '#736C6B'

red 115 ◦ green 108 ◦ blue 107

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

Shades of Dim Gray #736C6B

Tints of Dim Gray #736C6B

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 value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#736C6B (or 0x736C6B) is known color: 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

RGB 115 108 107 -
CMYK 0 0.06 0.07 0.55
HSL 7.5º 0.04% 0.44% -
HSV(B) 7.5º 0.07% 0.45% -
XYZ 15.09 15.43 16.09 -
YUV 109.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 115 108 107 0 0.06 0.07 0.55 7.5 0.04 0.44
Hex 73 6C 6B 0 6 7 37 8 4 2C
Octal 163 154 153 0 6 7 67 10 4 54
Binary 1110011 1101100 1101011 0 110 111 110111 1000 100 101100

Color Harmonies of #736C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C6B

Black with #736C6B

Text Example


Text Example

White with #736C6B

Text Example


Text Example

HTML Codes & Css Web 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>