Html Css Color HEX #7A6037 Shingle Fawn

📋 copy color: '#7A6037'

red 122 ◦ green 96 ◦ blue 55

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

Shades of Shingle Fawn #7A6037

Tints of Shingle Fawn #7A6037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 44.69%
G = 35.16%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7A6037 (or 0x7A6037) is known color: Shingle Fawn. HEX triplet: 7A, 60 and 37. RGB value is (122,96,55). Sum of RGB (Red+Green+Blue) = 122+96+55=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6037 is #859FC8. Grayscale: #636363. Windows color (decimal): -8757193 or 3629178. OLE color: 3629178.

HSL color Cylindrical-coordinate representation of color #7A6037: hue angle of 36.72º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6037 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 96 55 -
CMYK 0 0.21 0.55 0.52
HSL 36.72º 0.38% 0.35% -
HSV(B) 36.72º 0.55% 0.48% -
XYZ 12.9 12.78 5.4 -
YUV 99.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 122 96 55 0 0.21 0.55 0.52 36.72 0.38 0.35
Hex 7A 60 37 0 15 37 34 25 26 23
Octal 172 140 67 0 25 67 64 45 46 43
Binary 1111010 1100000 110111 0 10101 110111 110100 100101 100110 100011

Color Harmonies of #7A6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6037

Black with #7A6037

Text Example


Text Example

White with #7A6037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,96,55); }

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

background-color css

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

 a { background-color: rgb(122,96,55); }

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

border-color css

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

 span { border-color: rgb(122,96,55); }

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