#76624F

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

Shades of Pine Cone #76624F

Tints of Pine Cone #76624F

Color information

#76624F (or 0x76624F) is unknown color: approx Pine Cone. HEX triplet: 76, 62 and 4F. RGB value is (118,98,79). Sum of RGB (Red+Green+Blue) = 118+98+79=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76624F is #899DB0. Grayscale: #656565. Windows color (decimal): -9018801 or 5202550. OLE color: 5202550.

HSL color Cylindrical-coordinate representation of color #76624F: hue angle of 29.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76624F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1189879-
CMYK00.170.330.54
HSL29.23º19.8%38.63%-
HSV(B)29.23º33.05%46.27%-
XYZ13.2513.159.24-
YUV101.81115.13139.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=40%
G=33.22%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118987900.170.330.5429.2319.838.63
Hex76624F01121361d1427
Octal1661421170214166352447
Binary1110110110001010011110100011000011101101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76624F; }

 p { color: rgb(118,98,79); }

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

<style>
 a { background-color: #76624F; }

 a { background-color: rgb(118,98,79); }

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

<style>
 span { border-color: #76624F; }

 span { border-color: rgb(118,98,79); }

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