Html Css Color HEX #756C66 Sandstone

📋 copy color: '#756C66'

red 117 ◦ green 108 ◦ blue 102

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

Shades of Sandstone #756C66

Tints of Sandstone #756C66

RGB

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

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

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

R = 35.78%
G = 33.03%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#756C66 (or 0x756C66) is known color: Sandstone. HEX triplet: 75, 6C and 66. RGB value is (117,108,102). Sum of RGB (Red+Green+Blue) = 117+108+102=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C66 is #8A9399. Grayscale: #6E6E6E. Windows color (decimal): -9081754 or 6712437. OLE color: 6712437.

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

Color convert

RGB 117 108 102 -
CMYK 0 0.08 0.13 0.54
HSL 24º 0.07% 0.43% -
HSV(B) 24º 0.13% 0.46% -
XYZ 15.1 15.47 14.76 -
YUV 110.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 117 108 102 0 0.08 0.13 0.54 24 0.07 0.43
Hex 75 6C 66 0 8 D 36 18 7 2B
Octal 165 154 146 0 10 15 66 30 7 53
Binary 1110101 1101100 1100110 0 1000 1101 110110 11000 111 101011

Color Harmonies of #756C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C66

Black with #756C66

Text Example


Text Example

White with #756C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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