Html Css Color HEX #736868 Dim Gray

📋 copy color: '#736868'

red 115 ◦ green 104 ◦ blue 104

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

Shades of Dim Gray #736868

Tints of Dim Gray #736868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 35.6%
G = 32.2%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736868 (or 0x736868) is known color: Dim Gray. HEX triplet: 73, 68 and 68. RGB value is (115,104,104). Sum of RGB (Red+Green+Blue) = 115+104+104=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736868 is #8C9797. Grayscale: #6B6B6B. Windows color (decimal): -9213848 or 6842483. OLE color: 6842483.

HSL color Cylindrical-coordinate representation of color #736868: hue angle of 0º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736868 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 104 -
CMYK 0 0.10 0.10 0.55
HSL 0.05% 0.43% -
HSV(B) 0.1% 0.45% -
XYZ 14.52 14.54 15.14 -
YUV 107.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 115 104 104 0 0.10 0.10 0.55 0 0.05 0.43
Hex 73 68 68 0 A A 37 0 5 2B
Octal 163 150 150 0 12 12 67 0 5 53
Binary 1110011 1101000 1101000 0 1010 1010 110111 0 101 101011

Color Harmonies of #736868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736868

Black with #736868

Text Example


Text Example

White with #736868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736868; }

 p { color: rgb(115,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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