Html Css Color HEX #766B5E Sandstone

📋 copy color: '#766B5E'

red 118 ◦ green 107 ◦ blue 94

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

Shades of Sandstone #766B5E

Tints of Sandstone #766B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

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

R = 36.99%
G = 33.54%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#766B5E (or 0x766B5E) is known color: Sandstone. HEX triplet: 76, 6B and 5E. RGB value is (118,107,94). Sum of RGB (Red+Green+Blue) = 118+107+94=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5E is #8994A1. Grayscale: #6C6C6C. Windows color (decimal): -9016482 or 6187894. OLE color: 6187894.

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

Color convert

RGB 118 107 94 -
CMYK 0 0.09 0.20 0.54
HSL 32.5º 0.11% 0.42% -
HSV(B) 32.5º 0.2% 0.46% -
XYZ 14.75 15.18 12.74 -
YUV 108.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 118 107 94 0 0.09 0.20 0.54 32.5 0.11 0.42
Hex 76 6B 5E 0 9 14 36 20 B 2A
Octal 166 153 136 0 11 24 66 40 13 52
Binary 1110110 1101011 1011110 0 1001 10100 110110 100000 1011 101010

Color Harmonies of #766B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B5E

Black with #766B5E

Text Example


Text Example

White with #766B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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