Html Css Color HEX #766B5B Sandstone

📋 copy color: '#766B5B'

red 118 ◦ green 107 ◦ blue 91

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

Shades of Sandstone #766B5B

Tints of Sandstone #766B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 37.34%
G = 33.86%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#766B5B (or 0x766B5B) is known color: Sandstone. HEX triplet: 76, 6B and 5B. RGB value is (118,107,91). Sum of RGB (Red+Green+Blue) = 118+107+91=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5B is #8994A4. Grayscale: #6C6C6C. Windows color (decimal): -9016485 or 5991286. OLE color: 5991286.

HSL color Cylindrical-coordinate representation of color #766B5B: hue angle of 35.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766B5B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 91 -
CMYK 0 0.09 0.23 0.54
HSL 35.56º 0.13% 0.41% -
HSV(B) 35.56º 0.23% 0.46% -
XYZ 14.62 15.12 12.05 -
YUV 108.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 118 107 91 0 0.09 0.23 0.54 35.56 0.13 0.41
Hex 76 6B 5B 0 9 17 36 24 D 29
Octal 166 153 133 0 11 27 66 44 15 51
Binary 1110110 1101011 1011011 0 1001 10111 110110 100100 1101 101001

Color Harmonies of #766B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B5B

Black with #766B5B

Text Example


Text Example

White with #766B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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