Html Css Color HEX #7A7064 Sandstone

📋 copy color: '#7A7064'

red 122 ◦ green 112 ◦ blue 100

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

Shades of Sandstone #7A7064

Tints of Sandstone #7A7064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 36.53%
G = 33.53%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A7064 (or 0x7A7064) is known color: Sandstone. HEX triplet: 7A, 70 and 64. RGB value is (122,112,100). Sum of RGB (Red+Green+Blue) = 122+112+100=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7064 is #858F9B. Grayscale: #717171. Windows color (decimal): -8753052 or 6582394. OLE color: 6582394.

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

Color convert

RGB 122 112 100 -
CMYK 0 0.08 0.18 0.52
HSL 32.73º 0.1% 0.44% -
HSV(B) 32.73º 0.18% 0.48% -
XYZ 16.12 16.65 14.42 -
YUV 113.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 122 112 100 0 0.08 0.18 0.52 32.73 0.1 0.44
Hex 7A 70 64 0 8 12 34 21 A 2C
Octal 172 160 144 0 10 22 64 41 12 54
Binary 1111010 1110000 1100100 0 1000 10010 110100 100001 1010 101100

Color Harmonies of #7A7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7064

Black with #7A7064

Text Example


Text Example

White with #7A7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,100); }

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

background-color css

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

 a { background-color: rgb(122,112,100); }

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

border-color css

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

 span { border-color: rgb(122,112,100); }

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