Html Css Color HEX #756F66 Sandstone

📋 copy color: '#756F66'

red 117 ◦ green 111 ◦ blue 102

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

Shades of Sandstone #756F66

Tints of Sandstone #756F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

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

R = 35.45%
G = 33.64%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#756F66 (or 0x756F66) is known color: Sandstone. HEX triplet: 75, 6F and 66. RGB value is (117,111,102). Sum of RGB (Red+Green+Blue) = 117+111+102=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F66 is #8A9099. Grayscale: #6F6F6F. Windows color (decimal): -9080986 or 6713205. OLE color: 6713205.

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

Color convert

RGB 117 111 102 -
CMYK 0 0.05 0.13 0.54
HSL 36º 0.07% 0.43% -
HSV(B) 36º 0.13% 0.46% -
XYZ 15.42 16.11 14.87 -
YUV 111.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 117 111 102 0 0.05 0.13 0.54 36 0.07 0.43
Hex 75 6F 66 0 5 D 36 24 7 2B
Octal 165 157 146 0 5 15 66 44 7 53
Binary 1110101 1101111 1100110 0 101 1101 110110 100100 111 101011

Color Harmonies of #756F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F66

Black with #756F66

Text Example


Text Example

White with #756F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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