Html Css Color HEX #746969 Dim Gray

📋 copy color: '#746969'

red 116 ◦ green 105 ◦ blue 105

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

Shades of Dim Gray #746969

Tints of Dim Gray #746969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

 BLUE value IS 105 (41.41% from 255) = 32.21%

R = 35.58%
G = 32.21%
B = 32.21%

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

#746969 (or 0x746969) is known color: Dim Gray. HEX triplet: 74, 69 and 69. RGB value is (116,105,105). Sum of RGB (Red+Green+Blue) = 116+105+105=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #746969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746969 is #8B9696. Grayscale: #6C6C6C. Windows color (decimal): -9148055 or 6908276. OLE color: 6908276.

HSL color Cylindrical-coordinate representation of color #746969: 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.09%. Process color model (Four color, CMYK) of #746969 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 105 -
CMYK 0 0.09 0.09 0.55
HSL 0.05% 0.43% -
HSV(B) 0.09% 0.45% -
XYZ 14.8 14.84 15.45 -
YUV 108.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 116 105 105 0 0.09 0.09 0.55 0 0.05 0.43
Hex 74 69 69 0 9 9 37 0 5 2B
Octal 164 151 151 0 11 11 67 0 5 53
Binary 1110100 1101001 1101001 0 1001 1001 110111 0 101 101011

Color Harmonies of #746969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746969

Black with #746969

Text Example


Text Example

White with #746969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746969; }

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

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

background-color css

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

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

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

border-color css

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

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

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