Html Css Color HEX #756F68 Sandstone

📋 copy color: '#756F68'

red 117 ◦ green 111 ◦ blue 104

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

Shades of Sandstone #756F68

Tints of Sandstone #756F68

RGB

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

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

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

R = 35.24%
G = 33.43%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756F68 (or 0x756F68) is known color: Sandstone. HEX triplet: 75, 6F and 68. RGB value is (117,111,104). Sum of RGB (Red+Green+Blue) = 117+111+104=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F68 is #8A9097. Grayscale: #707070. Windows color (decimal): -9080984 or 6844277. OLE color: 6844277.

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

Color convert

RGB 117 111 104 -
CMYK 0 0.05 0.11 0.54
HSL 32.31º 0.06% 0.43% -
HSV(B) 32.31º 0.11% 0.46% -
XYZ 15.52 16.15 15.4 -
YUV 112 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 117 111 104 0 0.05 0.11 0.54 32.31 0.06 0.43
Hex 75 6F 68 0 5 B 36 20 6 2B
Octal 165 157 150 0 5 13 66 40 6 53
Binary 1110101 1101111 1101000 0 101 1011 110110 100000 110 101011

Color Harmonies of #756F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F68

Black with #756F68

Text Example


Text Example

White with #756F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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