Html Css Color HEX #7A6F66 Sandstone

📋 copy color: '#7A6F66'

red 122 ◦ green 111 ◦ blue 102

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

Shades of Sandstone #7A6F66

Tints of Sandstone #7A6F66

RGB

 RED value IS 122 (48.05% from 255) = 36.42%

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 36.42%
G = 33.13%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A6F66 (or 0x7A6F66) is known color: Sandstone. HEX triplet: 7A, 6F and 66. RGB value is (122,111,102). Sum of RGB (Red+Green+Blue) = 122+111+102=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F66 is #859099. Grayscale: #717171. Windows color (decimal): -8753306 or 6713210. OLE color: 6713210.

HSL color Cylindrical-coordinate representation of color #7A6F66: hue angle of 27º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6F66 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 111 102 -
CMYK 0 0.09 0.16 0.52
HSL 27º 0.09% 0.44% -
HSV(B) 27º 0.16% 0.48% -
XYZ 16.11 16.47 14.9 -
YUV 113.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 122 111 102 0 0.09 0.16 0.52 27 0.09 0.44
Hex 7A 6F 66 0 9 10 34 1B 9 2C
Octal 172 157 146 0 11 20 64 33 11 54
Binary 1111010 1101111 1100110 0 1001 10000 110100 11011 1001 101100

Color Harmonies of #7A6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6F66

Black with #7A6F66

Text Example


Text Example

White with #7A6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6F66; }

 p { color: rgb(122,111,102); }

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

background-color css

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

 a { background-color: rgb(122,111,102); }

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

border-color css

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

 span { border-color: rgb(122,111,102); }

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