Html Css Color HEX #766A5D Sandstone

📋 copy color: '#766A5D'

red 118 ◦ green 106 ◦ blue 93

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

Shades of Sandstone #766A5D

Tints of Sandstone #766A5D

RGB

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

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

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

R = 37.22%
G = 33.44%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#766A5D (or 0x766A5D) is known color: Sandstone. HEX triplet: 76, 6A and 5D. RGB value is (118,106,93). Sum of RGB (Red+Green+Blue) = 118+106+93=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A5D is #8995A2. Grayscale: #6C6C6C. Windows color (decimal): -9016739 or 6122102. OLE color: 6122102.

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

Color convert

RGB 118 106 93 -
CMYK 0 0.10 0.21 0.54
HSL 31.2º 0.12% 0.41% -
HSV(B) 31.2º 0.21% 0.46% -
XYZ 14.6 14.95 12.47 -
YUV 108.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 118 106 93 0 0.10 0.21 0.54 31.2 0.12 0.41
Hex 76 6A 5D 0 A 15 36 1F C 29
Octal 166 152 135 0 12 25 66 37 14 51
Binary 1110110 1101010 1011101 0 1010 10101 110110 11111 1100 101001

Color Harmonies of #766A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A5D

Black with #766A5D

Text Example


Text Example

White with #766A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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