Html Css Color HEX #766B5C Sandstone

📋 copy color: '#766B5C'

red 118 ◦ green 107 ◦ blue 92

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

Shades of Sandstone #766B5C

Tints of Sandstone #766B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 37.22%
G = 33.75%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#766B5C (or 0x766B5C) is known color: Sandstone. HEX triplet: 76, 6B and 5C. RGB value is (118,107,92). Sum of RGB (Red+Green+Blue) = 118+107+92=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5C is #8994A3. Grayscale: #6C6C6C. Windows color (decimal): -9016484 or 6056822. OLE color: 6056822.

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

Color convert

RGB 118 107 92 -
CMYK 0 0.09 0.22 0.54
HSL 34.62º 0.12% 0.41% -
HSV(B) 34.62º 0.22% 0.46% -
XYZ 14.66 15.14 12.27 -
YUV 108.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 118 107 92 0 0.09 0.22 0.54 34.62 0.12 0.41
Hex 76 6B 5C 0 9 16 36 23 C 29
Octal 166 153 134 0 11 26 66 43 14 51
Binary 1110110 1101011 1011100 0 1001 10110 110110 100011 1100 101001

Color Harmonies of #766B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B5C

Black with #766B5C

Text Example


Text Example

White with #766B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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