Html Css Color HEX #756F64 Sandstone

📋 copy color: '#756F64'

red 117 ◦ green 111 ◦ blue 100

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

Shades of Sandstone #756F64

Tints of Sandstone #756F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 35.67%
G = 33.84%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756F64 (or 0x756F64) is known color: Sandstone. HEX triplet: 75, 6F and 64. RGB value is (117,111,100). Sum of RGB (Red+Green+Blue) = 117+111+100=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F64 is #8A909B. Grayscale: #6F6F6F. Windows color (decimal): -9080988 or 6582133. OLE color: 6582133.

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

Color convert

RGB 117 111 100 -
CMYK 0 0.05 0.15 0.54
HSL 38.82º 0.08% 0.43% -
HSV(B) 38.82º 0.15% 0.46% -
XYZ 15.32 16.07 14.35 -
YUV 111.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 117 111 100 0 0.05 0.15 0.54 38.82 0.08 0.43
Hex 75 6F 64 0 5 F 36 27 8 2B
Octal 165 157 144 0 5 17 66 47 10 53
Binary 1110101 1101111 1100100 0 101 1111 110110 100111 1000 101011

Color Harmonies of #756F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F64

Black with #756F64

Text Example


Text Example

White with #756F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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