Html Css Color HEX #767169 Sandstone

📋 copy color: '#767169'

red 118 ◦ green 113 ◦ blue 105

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

Shades of Sandstone #767169

Tints of Sandstone #767169

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 35.12%
G = 33.63%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#767169 (or 0x767169) is known color: Sandstone. HEX triplet: 76, 71 and 69. RGB value is (118,113,105). Sum of RGB (Red+Green+Blue) = 118+113+105=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #767169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767169 is #898E96. Grayscale: #717171. Windows color (decimal): -9014935 or 6910326. OLE color: 6910326.

HSL color Cylindrical-coordinate representation of color #767169: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767169 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 105 -
CMYK 0 0.04 0.11 0.54
HSL 36.92º 0.06% 0.44% -
HSV(B) 36.92º 0.11% 0.46% -
XYZ 15.93 16.68 15.75 -
YUV 113.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 118 113 105 0 0.04 0.11 0.54 36.92 0.06 0.44
Hex 76 71 69 0 4 B 36 25 6 2C
Octal 166 161 151 0 4 13 66 45 6 54
Binary 1110110 1110001 1101001 0 100 1011 110110 100101 110 101100

Color Harmonies of #767169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767169

Black with #767169

Text Example


Text Example

White with #767169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767169; }

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

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

background-color css

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

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

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

border-color css

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

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

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