Html Css Color HEX #766A59 Sandstone

📋 copy color: '#766A59'

red 118 ◦ green 106 ◦ blue 89

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

Shades of Sandstone #766A59

Tints of Sandstone #766A59

RGB

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

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

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

R = 37.7%
G = 33.87%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766A59 (or 0x766A59) is known color: Sandstone. HEX triplet: 76, 6A and 59. RGB value is (118,106,89). Sum of RGB (Red+Green+Blue) = 118+106+89=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A59 is #8995A6. Grayscale: #6B6B6B. Windows color (decimal): -9016743 or 5859958. OLE color: 5859958.

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

Color convert

RGB 118 106 89 -
CMYK 0 0.10 0.25 0.54
HSL 35.17º 0.14% 0.41% -
HSV(B) 35.17º 0.25% 0.46% -
XYZ 14.43 14.88 11.56 -
YUV 107.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 118 106 89 0 0.10 0.25 0.54 35.17 0.14 0.41
Hex 76 6A 59 0 A 19 36 23 E 29
Octal 166 152 131 0 12 31 66 43 16 51
Binary 1110110 1101010 1011001 0 1010 11001 110110 100011 1110 101001

Color Harmonies of #766A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A59

Black with #766A59

Text Example


Text Example

White with #766A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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