Html Css Color HEX #7A6C5F Sandstone

📋 copy color: '#7A6C5F'

red 122 ◦ green 108 ◦ blue 95

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

Shades of Sandstone #7A6C5F

Tints of Sandstone #7A6C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 37.54%
G = 33.23%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A6C5F (or 0x7A6C5F) is known color: Sandstone. HEX triplet: 7A, 6C and 5F. RGB value is (122,108,95). Sum of RGB (Red+Green+Blue) = 122+108+95=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C5F is #8593A0. Grayscale: #6E6E6E. Windows color (decimal): -8754081 or 6253690. OLE color: 6253690.

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

Color convert

RGB 122 108 95 -
CMYK 0 0.11 0.22 0.52
HSL 28.89º 0.12% 0.43% -
HSV(B) 28.89º 0.22% 0.48% -
XYZ 15.45 15.69 13.04 -
YUV 110.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 122 108 95 0 0.11 0.22 0.52 28.89 0.12 0.43
Hex 7A 6C 5F 0 B 16 34 1D C 2B
Octal 172 154 137 0 13 26 64 35 14 53
Binary 1111010 1101100 1011111 0 1011 10110 110100 11101 1100 101011

Color Harmonies of #7A6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6C5F

Black with #7A6C5F

Text Example


Text Example

White with #7A6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,108,95); }

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

background-color css

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

 a { background-color: rgb(122,108,95); }

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

border-color css

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

 span { border-color: rgb(122,108,95); }

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