Html Css Color HEX #7A5E40 Shingle Fawn

📋 copy color: '#7A5E40'

red 122 ◦ green 94 ◦ blue 64

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

Shades of Shingle Fawn #7A5E40

Tints of Shingle Fawn #7A5E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 43.57%
G = 33.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A5E40 (or 0x7A5E40) is known color: Shingle Fawn. HEX triplet: 7A, 5E and 40. RGB value is (122,94,64). Sum of RGB (Red+Green+Blue) = 122+94+64=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E40 is #85A1BF. Grayscale: #636363. Windows color (decimal): -8757696 or 4218490. OLE color: 4218490.

HSL color Cylindrical-coordinate representation of color #7A5E40: hue angle of 31.03º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5E40 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 94 64 -
CMYK 0 0.23 0.48 0.52
HSL 31.03º 0.31% 0.36% -
HSV(B) 31.03º 0.48% 0.48% -
XYZ 12.95 12.51 6.58 -
YUV 98.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 122 94 64 0 0.23 0.48 0.52 31.03 0.31 0.36
Hex 7A 5E 40 0 17 30 34 1F 1F 24
Octal 172 136 100 0 27 60 64 37 37 44
Binary 1111010 1011110 1000000 0 10111 110000 110100 11111 11111 100100

Color Harmonies of #7A5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5E40

Black with #7A5E40

Text Example


Text Example

White with #7A5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,94,64); }

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

background-color css

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

 a { background-color: rgb(122,94,64); }

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

border-color css

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

 span { border-color: rgb(122,94,64); }

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