Html Css Color HEX #746A6A Dim Gray

📋 copy color: '#746A6A'

red 116 ◦ green 106 ◦ blue 106

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

Shades of Dim Gray #746A6A

Tints of Dim Gray #746A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 35.37%
G = 32.32%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#746A6A (or 0x746A6A) is known color: Dim Gray. HEX triplet: 74, 6A and 6A. RGB value is (116,106,106). Sum of RGB (Red+Green+Blue) = 116+106+106=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6A is #8B9595. Grayscale: #6D6D6D. Windows color (decimal): -9147798 or 6974068. OLE color: 6974068.

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

Color convert

RGB 116 106 106 -
CMYK 0 0.09 0.09 0.55
HSL 0.05% 0.44% -
HSV(B) 0.09% 0.45% -
XYZ 14.96 15.06 15.75 -
YUV 108.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 116 106 106 0 0.09 0.09 0.55 0 0.05 0.44
Hex 74 6A 6A 0 9 9 37 0 5 2C
Octal 164 152 152 0 11 11 67 0 5 54
Binary 1110100 1101010 1101010 0 1001 1001 110111 0 101 101100

Color Harmonies of #746A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A6A

Black with #746A6A

Text Example


Text Example

White with #746A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A6A; }

 p { color: rgb(116,106,106); }

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

background-color css

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

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

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

border-color css

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

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

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