Html Css Color HEX #766B5D Sandstone

📋 copy color: '#766B5D'

red 118 ◦ green 107 ◦ blue 93

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

Shades of Sandstone #766B5D

Tints of Sandstone #766B5D

RGB

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

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

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

R = 37.11%
G = 33.65%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#766B5D (or 0x766B5D) is known color: Sandstone. HEX triplet: 76, 6B and 5D. RGB value is (118,107,93). Sum of RGB (Red+Green+Blue) = 118+107+93=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5D is #8994A2. Grayscale: #6C6C6C. Windows color (decimal): -9016483 or 6122358. OLE color: 6122358.

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

Color convert

RGB 118 107 93 -
CMYK 0 0.09 0.21 0.54
HSL 33.6º 0.12% 0.41% -
HSV(B) 33.6º 0.21% 0.46% -
XYZ 14.7 15.16 12.51 -
YUV 108.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 118 107 93 0 0.09 0.21 0.54 33.6 0.12 0.41
Hex 76 6B 5D 0 9 15 36 22 C 29
Octal 166 153 135 0 11 25 66 42 14 51
Binary 1110110 1101011 1011101 0 1001 10101 110110 100010 1100 101001

Color Harmonies of #766B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B5D

Black with #766B5D

Text Example


Text Example

White with #766B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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