Html Css Color HEX #756E66 Sandstone

📋 copy color: '#756E66'

red 117 ◦ green 110 ◦ blue 102

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

Shades of Sandstone #756E66

Tints of Sandstone #756E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31%

R = 35.56%
G = 33.43%
B = 31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#756E66 (or 0x756E66) is known color: Sandstone. HEX triplet: 75, 6E and 66. RGB value is (117,110,102). Sum of RGB (Red+Green+Blue) = 117+110+102=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E66 is #8A9199. Grayscale: #6F6F6F. Windows color (decimal): -9081242 or 6712949. OLE color: 6712949.

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

Color convert

RGB 117 110 102 -
CMYK 0 0.06 0.13 0.54
HSL 32º 0.07% 0.43% -
HSV(B) 32º 0.13% 0.46% -
XYZ 15.31 15.89 14.83 -
YUV 111.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 117 110 102 0 0.06 0.13 0.54 32 0.07 0.43
Hex 75 6E 66 0 6 D 36 20 7 2B
Octal 165 156 146 0 6 15 66 40 7 53
Binary 1110101 1101110 1100110 0 110 1101 110110 100000 111 101011

Color Harmonies of #756E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E66

Black with #756E66

Text Example


Text Example

White with #756E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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