Html Css Color HEX #766B5A Sandstone

📋 copy color: '#766B5A'

red 118 ◦ green 107 ◦ blue 90

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

Shades of Sandstone #766B5A

Tints of Sandstone #766B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 37.46%
G = 33.97%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#766B5A (or 0x766B5A) is known color: Sandstone. HEX triplet: 76, 6B and 5A. RGB value is (118,107,90). Sum of RGB (Red+Green+Blue) = 118+107+90=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5A is #8994A5. Grayscale: #6C6C6C. Windows color (decimal): -9016486 or 5925750. OLE color: 5925750.

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

Color convert

RGB 118 107 90 -
CMYK 0 0.09 0.24 0.54
HSL 36.43º 0.13% 0.41% -
HSV(B) 36.43º 0.24% 0.46% -
XYZ 14.57 15.11 11.82 -
YUV 108.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 118 107 90 0 0.09 0.24 0.54 36.43 0.13 0.41
Hex 76 6B 5A 0 9 18 36 24 D 29
Octal 166 153 132 0 11 30 66 44 15 51
Binary 1110110 1101011 1011010 0 1001 11000 110110 100100 1101 101001

Color Harmonies of #766B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B5A

Black with #766B5A

Text Example


Text Example

White with #766B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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