Html Css Color HEX #756E69 Sandstone

📋 copy color: '#756E69'

red 117 ◦ green 110 ◦ blue 105

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

Shades of Sandstone #756E69

Tints of Sandstone #756E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 35.24%
G = 33.13%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756E69 (or 0x756E69) is known color: Sandstone. HEX triplet: 75, 6E and 69. RGB value is (117,110,105). Sum of RGB (Red+Green+Blue) = 117+110+105=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E69 is #8A9196. Grayscale: #6F6F6F. Windows color (decimal): -9081239 or 6909557. OLE color: 6909557.

HSL color Cylindrical-coordinate representation of color #756E69: hue angle of 25º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756E69 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 105 -
CMYK 0 0.06 0.10 0.54
HSL 25º 0.05% 0.44% -
HSV(B) 25º 0.1% 0.46% -
XYZ 15.46 15.95 15.63 -
YUV 111.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 117 110 105 0 0.06 0.10 0.54 25 0.05 0.44
Hex 75 6E 69 0 6 A 36 19 5 2C
Octal 165 156 151 0 6 12 66 31 5 54
Binary 1110101 1101110 1101001 0 110 1010 110110 11001 101 101100

Color Harmonies of #756E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E69

Black with #756E69

Text Example


Text Example

White with #756E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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