Html Css Color HEX #766C5D Sandstone

📋 copy color: '#766C5D'

red 118 ◦ green 108 ◦ blue 93

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

Shades of Sandstone #766C5D

Tints of Sandstone #766C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 36.99%
G = 33.86%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#766C5D (or 0x766C5D) is known color: Sandstone. HEX triplet: 76, 6C and 5D. RGB value is (118,108,93). Sum of RGB (Red+Green+Blue) = 118+108+93=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C5D is #8993A2. Grayscale: #6D6D6D. Windows color (decimal): -9016227 or 6122614. OLE color: 6122614.

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

Color convert

RGB 118 108 93 -
CMYK 0 0.08 0.21 0.54
HSL 36º 0.12% 0.41% -
HSV(B) 36º 0.21% 0.46% -
XYZ 14.81 15.37 12.54 -
YUV 109.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 118 108 93 0 0.08 0.21 0.54 36 0.12 0.41
Hex 76 6C 5D 0 8 15 36 24 C 29
Octal 166 154 135 0 10 25 66 44 14 51
Binary 1110110 1101100 1011101 0 1000 10101 110110 100100 1100 101001

Color Harmonies of #766C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C5D

Black with #766C5D

Text Example


Text Example

White with #766C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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