Html Css Color HEX #756969 Dim Gray

📋 copy color: '#756969'

red 117 ◦ green 105 ◦ blue 105

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

Shades of Dim Gray #756969

Tints of Dim Gray #756969

RGB

 RED value IS 117 (46.09% from 255) = 35.78%

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

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

R = 35.78%
G = 32.11%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756969 (or 0x756969) is known color: Dim Gray. HEX triplet: 75, 69 and 69. RGB value is (117,105,105). Sum of RGB (Red+Green+Blue) = 117+105+105=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756969 is #8A9696. Grayscale: #6C6C6C. Windows color (decimal): -9082519 or 6908277. OLE color: 6908277.

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

Color convert

RGB 117 105 105 -
CMYK 0 0.10 0.10 0.54
HSL 0.05% 0.44% -
HSV(B) 0.1% 0.46% -
XYZ 14.94 14.9 15.45 -
YUV 108.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 117 105 105 0 0.10 0.10 0.54 0 0.05 0.44
Hex 75 69 69 0 A A 36 0 5 2C
Octal 165 151 151 0 12 12 66 0 5 54
Binary 1110101 1101001 1101001 0 1010 1010 110110 0 101 101100

Color Harmonies of #756969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756969

Black with #756969

Text Example


Text Example

White with #756969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756969; }

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

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

background-color css

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

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

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

border-color css

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

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

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