Html Css Color HEX #766B59 Sandstone

📋 copy color: '#766B59'

red 118 ◦ green 107 ◦ blue 89

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

Shades of Sandstone #766B59

Tints of Sandstone #766B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 37.58%
G = 34.08%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766B59 (or 0x766B59) is known color: Sandstone. HEX triplet: 76, 6B and 59. RGB value is (118,107,89). Sum of RGB (Red+Green+Blue) = 118+107+89=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B59 is #8994A6. Grayscale: #6C6C6C. Windows color (decimal): -9016487 or 5860214. OLE color: 5860214.

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

Color convert

RGB 118 107 89 -
CMYK 0 0.09 0.25 0.54
HSL 37.24º 0.14% 0.41% -
HSV(B) 37.24º 0.25% 0.46% -
XYZ 14.53 15.09 11.6 -
YUV 108.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 118 107 89 0 0.09 0.25 0.54 37.24 0.14 0.41
Hex 76 6B 59 0 9 19 36 25 E 29
Octal 166 153 131 0 11 31 66 45 16 51
Binary 1110110 1101011 1011001 0 1001 11001 110110 100101 1110 101001

Color Harmonies of #766B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B59

Black with #766B59

Text Example


Text Example

White with #766B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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