Html Css Color HEX #736666 Dim Gray

📋 copy color: '#736666'

red 115 ◦ green 102 ◦ blue 102

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

Shades of Dim Gray #736666

Tints of Dim Gray #736666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 36.05%
G = 31.97%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#736666 (or 0x736666) is known color: Dim Gray. HEX triplet: 73, 66 and 66. RGB value is (115,102,102). Sum of RGB (Red+Green+Blue) = 115+102+102=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736666 is #8C9999. Grayscale: #696969. Windows color (decimal): -9214362 or 6710899. OLE color: 6710899.

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

Color convert

RGB 115 102 102 -
CMYK 0 0.11 0.11 0.55
HSL 0.06% 0.43% -
HSV(B) 0.11% 0.45% -
XYZ 14.22 14.11 14.54 -
YUV 105.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 115 102 102 0 0.11 0.11 0.55 0 0.06 0.43
Hex 73 66 66 0 B B 37 0 6 2B
Octal 163 146 146 0 13 13 67 0 6 53
Binary 1110011 1100110 1100110 0 1011 1011 110111 0 110 101011

Color Harmonies of #736666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736666

Black with #736666

Text Example


Text Example

White with #736666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736666; }

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

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

background-color css

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

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

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

border-color css

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

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

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