#7C3432

Color #7C3432 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #7C3432

Tints of Tall Poppy #7C3432

Color information

#7C3432 (or 0x7C3432) is unknown color: approx Tall Poppy. HEX triplet: 7C, 34 and 32. RGB value is (124,52,50). Sum of RGB (Red+Green+Blue) = 124+52+50=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3432 is #83CBCD. Grayscale: #494949. Windows color (decimal): -8637390 or 3290236. OLE color: 3290236.

HSL color Cylindrical-coordinate representation of color #7C3432: hue angle of 1.62º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3432 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1245250-
CMYK00.580.600.51
HSL1.62º42.53%34.12%-
HSV(B)1.62º59.68%48.63%-
XYZ10.126.973.83-
YUV73.3114.85164.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.87%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=54.87%
G=23.01%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124525000.580.600.511.6242.5334.12
Hex7C343203A3C3322b22
Octal1746462072746325342
Binary1111100110100110010011101011110011001110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,50); }

 H1.HeaderClassName
 {
   color: #7C3432;
 }
 .AnyTagClassName
 {
   color: #7C3432;
 }
</style>
background-color css

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

 a { background-color: rgb(124,52,50); }

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

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

 span { border-color: rgb(124,52,50); }

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