Html Css Color HEX #7A5522 Hot Curry

📋 copy color: '#7A5522'

red 122 ◦ green 85 ◦ blue 34

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

Shades of Hot Curry #7A5522

Tints of Hot Curry #7A5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

 BLUE value IS 34 (13.67% from 255) = 14.11%

R = 50.62%
G = 35.27%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7A5522 (or 0x7A5522) is known color: Hot Curry. HEX triplet: 7A, 55 and 22. RGB value is (122,85,34). Sum of RGB (Red+Green+Blue) = 122+85+34=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5522 is #85AADD. Grayscale: #5A5A5A. Windows color (decimal): -8760030 or 2250106. OLE color: 2250106.

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

Color convert

RGB 122 85 34 -
CMYK 0 0.30 0.72 0.52
HSL 34.77º 0.56% 0.31% -
HSV(B) 34.77º 0.72% 0.48% -
XYZ 11.56 10.75 2.98 -
YUV 90.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 122 85 34 0 0.30 0.72 0.52 34.77 0.56 0.31
Hex 7A 55 22 0 1E 48 34 23 38 1F
Octal 172 125 42 0 36 110 64 43 70 37
Binary 1111010 1010101 100010 0 11110 1001000 110100 100011 111000 11111

Color Harmonies of #7A5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5522

Black with #7A5522

Text Example


Text Example

White with #7A5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,85,34); }

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

background-color css

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

 a { background-color: rgb(122,85,34); }

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

border-color css

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

 span { border-color: rgb(122,85,34); }

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