Html Css Color HEX #766A5E Sandstone

📋 copy color: '#766A5E'

red 118 ◦ green 106 ◦ blue 94

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

Shades of Sandstone #766A5E

Tints of Sandstone #766A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 37.11%
G = 33.33%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#766A5E (or 0x766A5E) is known color: Sandstone. HEX triplet: 76, 6A and 5E. RGB value is (118,106,94). Sum of RGB (Red+Green+Blue) = 118+106+94=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A5E is #8995A1. Grayscale: #6C6C6C. Windows color (decimal): -9016738 or 6187638. OLE color: 6187638.

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

Color convert

RGB 118 106 94 -
CMYK 0 0.10 0.20 0.54
HSL 30º 0.11% 0.42% -
HSV(B) 30º 0.2% 0.46% -
XYZ 14.65 14.97 12.71 -
YUV 108.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 118 106 94 0 0.10 0.20 0.54 30 0.11 0.42
Hex 76 6A 5E 0 A 14 36 1E B 2A
Octal 166 152 136 0 12 24 66 36 13 52
Binary 1110110 1101010 1011110 0 1010 10100 110110 11110 1011 101010

Color Harmonies of #766A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A5E

Black with #766A5E

Text Example


Text Example

White with #766A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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