Html Css Color HEX #767066 Sandstone

📋 copy color: '#767066'

red 118 ◦ green 112 ◦ blue 102

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

Shades of Sandstone #767066

Tints of Sandstone #767066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 35.54%
G = 33.73%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767066 (or 0x767066) is known color: Sandstone. HEX triplet: 76, 70 and 66. RGB value is (118,112,102). Sum of RGB (Red+Green+Blue) = 118+112+102=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #767066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767066 is #898F99. Grayscale: #707070. Windows color (decimal): -9015194 or 6713462. OLE color: 6713462.

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

Color convert

RGB 118 112 102 -
CMYK 0 0.05 0.14 0.54
HSL 37.5º 0.07% 0.43% -
HSV(B) 37.5º 0.14% 0.46% -
XYZ 15.66 16.4 14.91 -
YUV 112.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 118 112 102 0 0.05 0.14 0.54 37.5 0.07 0.43
Hex 76 70 66 0 5 E 36 26 7 2B
Octal 166 160 146 0 5 16 66 46 7 53
Binary 1110110 1110000 1100110 0 101 1110 110110 100110 111 101011

Color Harmonies of #767066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767066

Black with #767066

Text Example


Text Example

White with #767066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767066; }

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

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

background-color css

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

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

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

border-color css

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

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

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