Html Css Color HEX #7A5F40 Shingle Fawn

📋 copy color: '#7A5F40'

red 122 ◦ green 95 ◦ blue 64

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

Shades of Shingle Fawn #7A5F40

Tints of Shingle Fawn #7A5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 43.42%
G = 33.81%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A5F40 (or 0x7A5F40) is known color: Shingle Fawn. HEX triplet: 7A, 5F and 40. RGB value is (122,95,64). Sum of RGB (Red+Green+Blue) = 122+95+64=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5F40 is #85A0BF. Grayscale: #636363. Windows color (decimal): -8757440 or 4218746. OLE color: 4218746.

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

Color convert

RGB 122 95 64 -
CMYK 0 0.22 0.48 0.52
HSL 32.07º 0.31% 0.36% -
HSV(B) 32.07º 0.48% 0.48% -
XYZ 13.04 12.69 6.61 -
YUV 99.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 122 95 64 0 0.22 0.48 0.52 32.07 0.31 0.36
Hex 7A 5F 40 0 16 30 34 20 1F 24
Octal 172 137 100 0 26 60 64 40 37 44
Binary 1111010 1011111 1000000 0 10110 110000 110100 100000 11111 100100

Color Harmonies of #7A5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5F40

Black with #7A5F40

Text Example


Text Example

White with #7A5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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