Html Css Color HEX #766A5C Sandstone

📋 copy color: '#766A5C'

red 118 ◦ green 106 ◦ blue 92

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

Shades of Sandstone #766A5C

Tints of Sandstone #766A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

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

R = 37.34%
G = 33.54%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#766A5C (or 0x766A5C) is known color: Sandstone. HEX triplet: 76, 6A and 5C. RGB value is (118,106,92). Sum of RGB (Red+Green+Blue) = 118+106+92=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A5C is #8995A3. Grayscale: #6C6C6C. Windows color (decimal): -9016740 or 6056566. OLE color: 6056566.

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

Color convert

RGB 118 106 92 -
CMYK 0 0.10 0.22 0.54
HSL 32.31º 0.12% 0.41% -
HSV(B) 32.31º 0.22% 0.46% -
XYZ 14.56 14.93 12.24 -
YUV 107.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 118 106 92 0 0.10 0.22 0.54 32.31 0.12 0.41
Hex 76 6A 5C 0 A 16 36 20 C 29
Octal 166 152 134 0 12 26 66 40 14 51
Binary 1110110 1101010 1011100 0 1010 10110 110110 100000 1100 101001

Color Harmonies of #766A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A5C

Black with #766A5C

Text Example


Text Example

White with #766A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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