Html Css Color HEX #756968 Dim Gray

📋 copy color: '#756968'

red 117 ◦ green 105 ◦ blue 104

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

Shades of Dim Gray #756968

Tints of Dim Gray #756968

RGB

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

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

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

R = 35.89%
G = 32.21%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756968 (or 0x756968) is known color: Dim Gray. HEX triplet: 75, 69 and 68. RGB value is (117,105,104). Sum of RGB (Red+Green+Blue) = 117+105+104=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756968 is #8A9697. Grayscale: #6C6C6C. Windows color (decimal): -9082520 or 6842741. OLE color: 6842741.

HSL color Cylindrical-coordinate representation of color #756968: hue angle of 4.62º 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 #756968 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 104 -
CMYK 0 0.10 0.11 0.54
HSL 4.62º 0.06% 0.43% -
HSV(B) 4.62º 0.11% 0.46% -
XYZ 14.89 14.88 15.19 -
YUV 108.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 117 105 104 0 0.10 0.11 0.54 4.62 0.06 0.43
Hex 75 69 68 0 A B 36 5 6 2B
Octal 165 151 150 0 12 13 66 5 6 53
Binary 1110101 1101001 1101000 0 1010 1011 110110 101 110 101011

Color Harmonies of #756968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756968

Black with #756968

Text Example


Text Example

White with #756968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756968; }

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

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

background-color css

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

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

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

border-color css

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

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

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