Html Css Color HEX #767069 Sandstone

📋 copy color: '#767069'

red 118 ◦ green 112 ◦ blue 105

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

Shades of Sandstone #767069

Tints of Sandstone #767069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 35.22%
G = 33.43%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#767069 (or 0x767069) is known color: Sandstone. HEX triplet: 76, 70 and 69. RGB value is (118,112,105). Sum of RGB (Red+Green+Blue) = 118+112+105=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #767069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767069 is #898F96. Grayscale: #717171. Windows color (decimal): -9015191 or 6910070. OLE color: 6910070.

HSL color Cylindrical-coordinate representation of color #767069: hue angle of 32.31º 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 #767069 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 105 -
CMYK 0 0.05 0.11 0.54
HSL 32.31º 0.06% 0.44% -
HSV(B) 32.31º 0.11% 0.46% -
XYZ 15.82 16.46 15.71 -
YUV 113 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 118 112 105 0 0.05 0.11 0.54 32.31 0.06 0.44
Hex 76 70 69 0 5 B 36 20 6 2C
Octal 166 160 151 0 5 13 66 40 6 54
Binary 1110110 1110000 1101001 0 101 1011 110110 100000 110 101100

Color Harmonies of #767069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767069

Black with #767069

Text Example


Text Example

White with #767069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767069; }

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

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

background-color css

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

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

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

border-color css

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

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

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