Html Css Color HEX #7C6128 Hot Curry

📋 copy color: '#7C6128'

red 124 ◦ green 97 ◦ blue 40

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

Shades of Hot Curry #7C6128

Tints of Hot Curry #7C6128

RGB

 RED value IS 124 (48.83% from 255) = 47.51%

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 47.51%
G = 37.16%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C6128 (or 0x7C6128) is known color: Hot Curry. HEX triplet: 7C, 61 and 28. RGB value is (124,97,40). Sum of RGB (Red+Green+Blue) = 124+97+40=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6128 is #839ED7. Grayscale: #626262. Windows color (decimal): -8625880 or 2646396. OLE color: 2646396.

HSL color Cylindrical-coordinate representation of color #7C6128: hue angle of 40.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C6128 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 97 40 -
CMYK 0 0.22 0.68 0.51
HSL 40.71º 0.51% 0.32% -
HSV(B) 40.71º 0.68% 0.49% -
XYZ 12.97 12.99 3.83 -
YUV 98.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 124 97 40 0 0.22 0.68 0.51 40.71 0.51 0.32
Hex 7C 61 28 0 16 44 33 29 33 20
Octal 174 141 50 0 26 104 63 51 63 40
Binary 1111100 1100001 101000 0 10110 1000100 110011 101001 110011 100000

Color Harmonies of #7C6128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6128

Black with #7C6128

Text Example


Text Example

White with #7C6128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,40); }

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

background-color css

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

 a { background-color: rgb(124,97,40); }

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

border-color css

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

 span { border-color: rgb(124,97,40); }

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