Html Css Color HEX #766C65 Sandstone

📋 copy color: '#766C65'

red 118 ◦ green 108 ◦ blue 101

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

Shades of Sandstone #766C65

Tints of Sandstone #766C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 36.09%
G = 33.03%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766C65 (or 0x766C65) is known color: Sandstone. HEX triplet: 76, 6C and 65. RGB value is (118,108,101). Sum of RGB (Red+Green+Blue) = 118+108+101=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C65 is #89939A. Grayscale: #6E6E6E. Windows color (decimal): -9016219 or 6646902. OLE color: 6646902.

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

Color convert

RGB 118 108 101 -
CMYK 0 0.08 0.14 0.54
HSL 24.71º 0.08% 0.43% -
HSV(B) 24.71º 0.14% 0.46% -
XYZ 15.18 15.52 14.51 -
YUV 110.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 118 108 101 0 0.08 0.14 0.54 24.71 0.08 0.43
Hex 76 6C 65 0 8 E 36 19 8 2B
Octal 166 154 145 0 10 16 66 31 10 53
Binary 1110110 1101100 1100101 0 1000 1110 110110 11001 1000 101011

Color Harmonies of #766C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C65

Black with #766C65

Text Example


Text Example

White with #766C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,101); }

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

background-color css

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

 a { background-color: rgb(118,108,101); }

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

border-color css

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

 span { border-color: rgb(118,108,101); }

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