Html Css Color HEX #756E68 Sandstone

📋 copy color: '#756E68'

red 117 ◦ green 110 ◦ blue 104

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

Shades of Sandstone #756E68

Tints of Sandstone #756E68

RGB

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

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

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

R = 35.35%
G = 33.23%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756E68 (or 0x756E68) is known color: Sandstone. HEX triplet: 75, 6E and 68. RGB value is (117,110,104). Sum of RGB (Red+Green+Blue) = 117+110+104=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E68 is #8A9197. Grayscale: #6F6F6F. Windows color (decimal): -9081240 or 6844021. OLE color: 6844021.

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

Color convert

RGB 117 110 104 -
CMYK 0 0.06 0.11 0.54
HSL 27.69º 0.06% 0.43% -
HSV(B) 27.69º 0.11% 0.46% -
XYZ 15.41 15.93 15.36 -
YUV 111.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 117 110 104 0 0.06 0.11 0.54 27.69 0.06 0.43
Hex 75 6E 68 0 6 B 36 1C 6 2B
Octal 165 156 150 0 6 13 66 34 6 53
Binary 1110101 1101110 1101000 0 110 1011 110110 11100 110 101011

Color Harmonies of #756E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E68

Black with #756E68

Text Example


Text Example

White with #756E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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