#7c3434

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

Shades of Tall Poppy #7C3434

Tints of Tall Poppy #7C3434

Color information

#7C3434 (or 0x7C3434) is unknown color: approx Tall Poppy. HEX triplet: 7C, 34 and 34. RGB value is (124,52,52). Sum of RGB (Red+Green+Blue) = 124+52+52=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3434 is #83CBCB. Grayscale: #494949. Windows color (decimal): -8637388 or 3421308. OLE color: 3421308.

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

Color convert

RGB1245252-
CMYK00.580.580.51
HSL40.91%34.51%-
HSV(B)58.06%48.63%-
XYZ10.166.994.06-
YUV73.53115.85164-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.39%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=54.39%
G=22.81%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124525200.580.580.51040.9134.51
Hex7C343403A3A3302923
Octal1746464072726305143
Binary111110011010011010001110101110101100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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