Html Css Color HEX #766B61 Sandstone

📋 copy color: '#766B61'

red 118 ◦ green 107 ◦ blue 97

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

Shades of Sandstone #766B61

Tints of Sandstone #766B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 36.65%
G = 33.23%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766B61 (or 0x766B61) is known color: Sandstone. HEX triplet: 76, 6B and 61. RGB value is (118,107,97). Sum of RGB (Red+Green+Blue) = 118+107+97=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B61 is #89949E. Grayscale: #6D6D6D. Windows color (decimal): -9016479 or 6384502. OLE color: 6384502.

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

Color convert

RGB 118 107 97 -
CMYK 0 0.09 0.18 0.54
HSL 28.57º 0.1% 0.42% -
HSV(B) 28.57º 0.18% 0.46% -
XYZ 14.89 15.23 13.46 -
YUV 109.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 118 107 97 0 0.09 0.18 0.54 28.57 0.1 0.42
Hex 76 6B 61 0 9 12 36 1D A 2A
Octal 166 153 141 0 11 22 66 35 12 52
Binary 1110110 1101011 1100001 0 1001 10010 110110 11101 1010 101010

Color Harmonies of #766B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B61

Black with #766B61

Text Example


Text Example

White with #766B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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