Html Css Color HEX #756868 Dim Gray

📋 copy color: '#756868'

red 117 ◦ green 104 ◦ blue 104

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

Shades of Dim Gray #756868

Tints of Dim Gray #756868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 36%
G = 32%
B = 32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756868 (or 0x756868) is known color: Dim Gray. HEX triplet: 75, 68 and 68. RGB value is (117,104,104). Sum of RGB (Red+Green+Blue) = 117+104+104=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756868 is #8A9797. Grayscale: #6B6B6B. Windows color (decimal): -9082776 or 6842485. OLE color: 6842485.

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

Color convert

RGB 117 104 104 -
CMYK 0 0.11 0.11 0.54
HSL 0.06% 0.43% -
HSV(B) 0.11% 0.46% -
XYZ 14.79 14.68 15.15 -
YUV 107.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 117 104 104 0 0.11 0.11 0.54 0 0.06 0.43
Hex 75 68 68 0 B B 36 0 6 2B
Octal 165 150 150 0 13 13 66 0 6 53
Binary 1110101 1101000 1101000 0 1011 1011 110110 0 110 101011

Color Harmonies of #756868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756868

Black with #756868

Text Example


Text Example

White with #756868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756868; }

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

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

background-color css

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

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

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

border-color css

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

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

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