Html Css Color HEX #7A5D3F Shingle Fawn

📋 copy color: '#7A5D3F'

red 122 ◦ green 93 ◦ blue 63

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

Shades of Shingle Fawn #7A5D3F

Tints of Shingle Fawn #7A5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 63 (25% from 255) = 22.66%

R = 43.88%
G = 33.45%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A5D3F (or 0x7A5D3F) is known color: Shingle Fawn. HEX triplet: 7A, 5D and 3F. RGB value is (122,93,63). Sum of RGB (Red+Green+Blue) = 122+93+63=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5D3F is #85A2C0. Grayscale: #626262. Windows color (decimal): -8757953 or 4152698. OLE color: 4152698.

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

Color convert

RGB 122 93 63 -
CMYK 0 0.24 0.48 0.52
HSL 30.51º 0.32% 0.36% -
HSV(B) 30.51º 0.48% 0.48% -
XYZ 12.84 12.33 6.41 -
YUV 98.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 122 93 63 0 0.24 0.48 0.52 30.51 0.32 0.36
Hex 7A 5D 3F 0 18 30 34 1F 20 24
Octal 172 135 77 0 30 60 64 37 40 44
Binary 1111010 1011101 111111 0 11000 110000 110100 11111 100000 100100

Color Harmonies of #7A5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5D3F

Black with #7A5D3F

Text Example


Text Example

White with #7A5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,93,63); }

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

background-color css

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

 a { background-color: rgb(122,93,63); }

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

border-color css

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

 span { border-color: rgb(122,93,63); }

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