Html Css Color HEX #766C5C Sandstone

📋 copy color: '#766C5C'

red 118 ◦ green 108 ◦ blue 92

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

Shades of Sandstone #766C5C

Tints of Sandstone #766C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 37.11%
G = 33.96%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#766C5C (or 0x766C5C) is known color: Sandstone. HEX triplet: 76, 6C and 5C. RGB value is (118,108,92). Sum of RGB (Red+Green+Blue) = 118+108+92=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C5C is #8993A3. Grayscale: #6D6D6D. Windows color (decimal): -9016228 or 6057078. OLE color: 6057078.

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

Color convert

RGB 118 108 92 -
CMYK 0 0.08 0.22 0.54
HSL 36.92º 0.12% 0.41% -
HSV(B) 36.92º 0.22% 0.46% -
XYZ 14.77 15.35 12.31 -
YUV 109.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 118 108 92 0 0.08 0.22 0.54 36.92 0.12 0.41
Hex 76 6C 5C 0 8 16 36 25 C 29
Octal 166 154 134 0 10 26 66 45 14 51
Binary 1110110 1101100 1011100 0 1000 10110 110110 100101 1100 101001

Color Harmonies of #766C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C5C

Black with #766C5C

Text Example


Text Example

White with #766C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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