Html Css Color HEX #7A6E63 Sandstone

📋 copy color: '#7A6E63'

red 122 ◦ green 110 ◦ blue 99

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

Shades of Sandstone #7A6E63

Tints of Sandstone #7A6E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 36.86%
G = 33.23%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A6E63 (or 0x7A6E63) is known color: Sandstone. HEX triplet: 7A, 6E and 63. RGB value is (122,110,99). Sum of RGB (Red+Green+Blue) = 122+110+99=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E63 is #85919C. Grayscale: #707070. Windows color (decimal): -8753565 or 6516346. OLE color: 6516346.

HSL color Cylindrical-coordinate representation of color #7A6E63: hue angle of 28.7º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6E63 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 110 99 -
CMYK 0 0.10 0.19 0.52
HSL 28.7º 0.1% 0.43% -
HSV(B) 28.7º 0.19% 0.48% -
XYZ 15.85 16.19 14.09 -
YUV 112.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 122 110 99 0 0.10 0.19 0.52 28.7 0.1 0.43
Hex 7A 6E 63 0 A 13 34 1D A 2B
Octal 172 156 143 0 12 23 64 35 12 53
Binary 1111010 1101110 1100011 0 1010 10011 110100 11101 1010 101011

Color Harmonies of #7A6E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6E63

Black with #7A6E63

Text Example


Text Example

White with #7A6E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,110,99); }

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

background-color css

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

 a { background-color: rgb(122,110,99); }

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

border-color css

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

 span { border-color: rgb(122,110,99); }

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