Html Css Color HEX #766C5F Sandstone

📋 copy color: '#766C5F'

red 118 ◦ green 108 ◦ blue 95

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

Shades of Sandstone #766C5F

Tints of Sandstone #766C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 36.76%
G = 33.64%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#766C5F (or 0x766C5F) is known color: Sandstone. HEX triplet: 76, 6C and 5F. RGB value is (118,108,95). Sum of RGB (Red+Green+Blue) = 118+108+95=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C5F is #8993A0. Grayscale: #6D6D6D. Windows color (decimal): -9016225 or 6253686. OLE color: 6253686.

HSL color Cylindrical-coordinate representation of color #766C5F: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766C5F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 95 -
CMYK 0 0.08 0.19 0.54
HSL 33.91º 0.11% 0.42% -
HSV(B) 33.91º 0.19% 0.46% -
XYZ 14.9 15.4 13.01 -
YUV 109.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 118 108 95 0 0.08 0.19 0.54 33.91 0.11 0.42
Hex 76 6C 5F 0 8 13 36 22 B 2A
Octal 166 154 137 0 10 23 66 42 13 52
Binary 1110110 1101100 1011111 0 1000 10011 110110 100010 1011 101010

Color Harmonies of #766C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C5F

Black with #766C5F

Text Example


Text Example

White with #766C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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