#7C3634

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

Shades of Tall Poppy #7C3634

Tints of Tall Poppy #7C3634

Color information

#7C3634 (or 0x7C3634) is unknown color: approx Tall Poppy. HEX triplet: 7C, 36 and 34. RGB value is (124,54,52). Sum of RGB (Red+Green+Blue) = 124+54+52=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3634 is #83C9CB. Grayscale: #4A4A4A. Windows color (decimal): -8636876 or 3421820. OLE color: 3421820.

HSL color Cylindrical-coordinate representation of color #7C3634: hue angle of 1.67º 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 #7C3634 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1245452-
CMYK00.560.580.51
HSL1.67º40.91%34.51%-
HSV(B)1.67º58.06%48.63%-
XYZ10.257.174.09-
YUV74.7115.19163.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=53.91%
G=23.48%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124545200.560.580.511.6740.9134.51
Hex7C36340383A3322923
Octal1746664070726325143
Binary1111100110110110100011100011101011001110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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