Html Css Color HEX #7A7369 Sandstone

📋 copy color: '#7A7369'

red 122 ◦ green 115 ◦ blue 105

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

Shades of Sandstone #7A7369

Tints of Sandstone #7A7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 35.67%
G = 33.63%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7A7369 (or 0x7A7369) is known color: Sandstone. HEX triplet: 7A, 73 and 69. RGB value is (122,115,105). Sum of RGB (Red+Green+Blue) = 122+115+105=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7369 is #858C96. Grayscale: #737373. Windows color (decimal): -8752279 or 6910842. OLE color: 6910842.

HSL color Cylindrical-coordinate representation of color #7A7369: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7369 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 115 105 -
CMYK 0 0.06 0.14 0.52
HSL 35.29º 0.07% 0.45% -
HSV(B) 35.29º 0.14% 0.48% -
XYZ 16.71 17.42 15.85 -
YUV 115.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 122 115 105 0 0.06 0.14 0.52 35.29 0.07 0.45
Hex 7A 73 69 0 6 E 34 23 7 2D
Octal 172 163 151 0 6 16 64 43 7 55
Binary 1111010 1110011 1101001 0 110 1110 110100 100011 111 101101

Color Harmonies of #7A7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7369

Black with #7A7369

Text Example


Text Example

White with #7A7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,105); }

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

background-color css

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

 a { background-color: rgb(122,115,105); }

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

border-color css

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

 span { border-color: rgb(122,115,105); }

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