#7C624B

Color #7C624B Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #7C624B

Tints of Pine Cone #7C624B

Color information

#7C624B (or 0x7C624B) is unknown color: approx Pine Cone. HEX triplet: 7C, 62 and 4B. RGB value is (124,98,75). Sum of RGB (Red+Green+Blue) = 124+98+75=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C624B is #839DB4. Grayscale: #676767. Windows color (decimal): -8625589 or 4940412. OLE color: 4940412.

HSL color Cylindrical-coordinate representation of color #7C624B: hue angle of 28.16º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C624B is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1249875-
CMYK00.210.400.51
HSL28.16º24.62%39.02%-
HSV(B)28.16º39.52%48.63%-
XYZ13.9513.538.53-
YUV103.15112.11142.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=41.75%
G=33.00%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124987500.210.400.5128.1624.6239.02
Hex7C624B01528331c1927
Octal1741421130255063343147
Binary1111100110001010010110101011010001100111110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,98,75); }

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

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

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

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

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

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

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