Html Css Color HEX #756E6E Dim Gray

📋 copy color: '#756E6E'

red 117 ◦ green 110 ◦ blue 110

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

Shades of Dim Gray #756E6E

Tints of Dim Gray #756E6E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 34.72%
G = 32.64%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#756E6E (or 0x756E6E) is known color: Dim Gray. HEX triplet: 75, 6E and 6E. RGB value is (117,110,110). Sum of RGB (Red+Green+Blue) = 117+110+110=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6E is #8A9191. Grayscale: #707070. Windows color (decimal): -9081234 or 7237237. OLE color: 7237237.

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

Color convert

RGB 117 110 110 -
CMYK 0 0.06 0.06 0.54
HSL 0.03% 0.45% -
HSV(B) 0.06% 0.46% -
XYZ 15.73 16.06 17.02 -
YUV 112.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 117 110 110 0 0.06 0.06 0.54 0 0.03 0.45
Hex 75 6E 6E 0 6 6 36 0 3 2D
Octal 165 156 156 0 6 6 66 0 3 55
Binary 1110101 1101110 1101110 0 110 110 110110 0 11 101101

Color Harmonies of #756E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E6E

Black with #756E6E

Text Example


Text Example

White with #756E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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