Html Css Color HEX #746766 Dim Gray

📋 copy color: '#746766'

red 116 ◦ green 103 ◦ blue 102

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

Shades of Dim Gray #746766

Tints of Dim Gray #746766

RGB

 RED value IS 116 (45.7% from 255) = 36.14%

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 36.14%
G = 32.09%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#746766 (or 0x746766) is known color: Dim Gray. HEX triplet: 74, 67 and 66. RGB value is (116,103,102). Sum of RGB (Red+Green+Blue) = 116+103+102=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746766 is #8B9899. Grayscale: #6A6A6A. Windows color (decimal): -9148570 or 6711156. OLE color: 6711156.

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

Color convert

RGB 116 103 102 -
CMYK 0 0.11 0.12 0.55
HSL 4.29º 0.06% 0.43% -
HSV(B) 4.29º 0.12% 0.45% -
XYZ 14.45 14.37 14.58 -
YUV 106.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 116 103 102 0 0.11 0.12 0.55 4.29 0.06 0.43
Hex 74 67 66 0 B C 37 4 6 2B
Octal 164 147 146 0 13 14 67 4 6 53
Binary 1110100 1100111 1100110 0 1011 1100 110111 100 110 101011

Color Harmonies of #746766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746766

Black with #746766

Text Example


Text Example

White with #746766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746766; }

 p { color: rgb(116,103,102); }

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

background-color css

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

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

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

border-color css

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

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

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