Html Css Color HEX #756F65 Sandstone

📋 copy color: '#756F65'

red 117 ◦ green 111 ◦ blue 101

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

Shades of Sandstone #756F65

Tints of Sandstone #756F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 35.56%
G = 33.74%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#756F65 (or 0x756F65) is known color: Sandstone. HEX triplet: 75, 6F and 65. RGB value is (117,111,101). Sum of RGB (Red+Green+Blue) = 117+111+101=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F65 is #8A909A. Grayscale: #6F6F6F. Windows color (decimal): -9080987 or 6647669. OLE color: 6647669.

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

Color convert

RGB 117 111 101 -
CMYK 0 0.05 0.14 0.54
HSL 37.5º 0.07% 0.43% -
HSV(B) 37.5º 0.14% 0.46% -
XYZ 15.37 16.09 14.61 -
YUV 111.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 117 111 101 0 0.05 0.14 0.54 37.5 0.07 0.43
Hex 75 6F 65 0 5 E 36 26 7 2B
Octal 165 157 145 0 5 16 66 46 7 53
Binary 1110101 1101111 1100101 0 101 1110 110110 100110 111 101011

Color Harmonies of #756F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F65

Black with #756F65

Text Example


Text Example

White with #756F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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