Html Css Color HEX #756C6B Dim Gray

📋 copy color: '#756C6B'

red 117 ◦ green 108 ◦ blue 107

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

Shades of Dim Gray #756C6B

Tints of Dim Gray #756C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 35.24%
G = 32.53%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#756C6B (or 0x756C6B) is known color: Dim Gray. HEX triplet: 75, 6C and 6B. RGB value is (117,108,107). Sum of RGB (Red+Green+Blue) = 117+108+107=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C6B is #8A9394. Grayscale: #6E6E6E. Windows color (decimal): -9081749 or 7040117. OLE color: 7040117.

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

Color convert

RGB 117 108 107 -
CMYK 0 0.08 0.09 0.54
HSL 0.04% 0.44% -
HSV(B) 0.09% 0.46% -
XYZ 15.35 15.57 16.11 -
YUV 110.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 117 108 107 0 0.08 0.09 0.54 6 0.04 0.44
Hex 75 6C 6B 0 8 9 36 6 4 2C
Octal 165 154 153 0 10 11 66 6 4 54
Binary 1110101 1101100 1101011 0 1000 1001 110110 110 100 101100

Color Harmonies of #756C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C6B

Black with #756C6B

Text Example


Text Example

White with #756C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,107); }

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

background-color css

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

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

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

border-color css

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

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

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