Html Css Color HEX #766959 Sandstone

📋 copy color: '#766959'

red 118 ◦ green 105 ◦ blue 89

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

Shades of Sandstone #766959

Tints of Sandstone #766959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

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

R = 37.82%
G = 33.65%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766959 (or 0x766959) is known color: Sandstone. HEX triplet: 76, 69 and 59. RGB value is (118,105,89). Sum of RGB (Red+Green+Blue) = 118+105+89=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766959 is #8996A6. Grayscale: #6B6B6B. Windows color (decimal): -9016999 or 5859702. OLE color: 5859702.

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

Color convert

RGB 118 105 89 -
CMYK 0 0.11 0.25 0.54
HSL 33.1º 0.14% 0.41% -
HSV(B) 33.1º 0.25% 0.46% -
XYZ 14.33 14.68 11.53 -
YUV 107.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 118 105 89 0 0.11 0.25 0.54 33.1 0.14 0.41
Hex 76 69 59 0 B 19 36 21 E 29
Octal 166 151 131 0 13 31 66 41 16 51
Binary 1110110 1101001 1011001 0 1011 11001 110110 100001 1110 101001

Color Harmonies of #766959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766959

Black with #766959

Text Example


Text Example

White with #766959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766959; }

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

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

background-color css

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

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

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

border-color css

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

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

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