Html Css Color HEX #7A7163 Sandstone

📋 copy color: '#7A7163'

red 122 ◦ green 113 ◦ blue 99

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

Shades of Sandstone #7A7163

Tints of Sandstone #7A7163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

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

R = 36.53%
G = 33.83%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A7163 (or 0x7A7163) is known color: Sandstone. HEX triplet: 7A, 71 and 63. RGB value is (122,113,99). Sum of RGB (Red+Green+Blue) = 122+113+99=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7163 is #858E9C. Grayscale: #727272. Windows color (decimal): -8752797 or 6517114. OLE color: 6517114.

HSL color Cylindrical-coordinate representation of color #7A7163: hue angle of 36.52º 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 #7A7163 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 113 99 -
CMYK 0 0.07 0.19 0.52
HSL 36.52º 0.1% 0.43% -
HSV(B) 36.52º 0.19% 0.48% -
XYZ 16.18 16.85 14.2 -
YUV 114.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 122 113 99 0 0.07 0.19 0.52 36.52 0.1 0.43
Hex 7A 71 63 0 7 13 34 25 A 2B
Octal 172 161 143 0 7 23 64 45 12 53
Binary 1111010 1110001 1100011 0 111 10011 110100 100101 1010 101011

Color Harmonies of #7A7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7163

Black with #7A7163

Text Example


Text Example

White with #7A7163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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