Html Css Color HEX #766C64 Sandstone

📋 copy color: '#766C64'

red 118 ◦ green 108 ◦ blue 100

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

Shades of Sandstone #766C64

Tints of Sandstone #766C64

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 36.2%
G = 33.13%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#766C64 (or 0x766C64) is known color: Sandstone. HEX triplet: 76, 6C and 64. RGB value is (118,108,100). Sum of RGB (Red+Green+Blue) = 118+108+100=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C64 is #89939B. Grayscale: #6E6E6E. Windows color (decimal): -9016220 or 6581366. OLE color: 6581366.

HSL color Cylindrical-coordinate representation of color #766C64: hue angle of 26.67º 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 #766C64 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 100 -
CMYK 0 0.08 0.15 0.54
HSL 26.67º 0.08% 0.43% -
HSV(B) 26.67º 0.15% 0.46% -
XYZ 15.13 15.5 14.25 -
YUV 110.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 118 108 100 0 0.08 0.15 0.54 26.67 0.08 0.43
Hex 76 6C 64 0 8 F 36 1B 8 2B
Octal 166 154 144 0 10 17 66 33 10 53
Binary 1110110 1101100 1100100 0 1000 1111 110110 11011 1000 101011

Color Harmonies of #766C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C64

Black with #766C64

Text Example


Text Example

White with #766C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766C64; }

 p { color: rgb(118,108,100); }

 H1.HeaderClassName
 {
   color: #766C64;
 }
 .AnyTagClassName
 {
   color: #766C64;
 }
</style>

background-color css

<style>
 a { background-color: #766C64; }

 a { background-color: rgb(118,108,100); }

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

border-color css

<style>
 span { border-color: #766C64; }

 span { border-color: rgb(118,108,100); }

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