#7B6852

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

Shades of Pine Cone #7B6852

Tints of Pine Cone #7B6852

Color information

#7B6852 (or 0x7B6852) is unknown color: approx Pine Cone. HEX triplet: 7B, 68 and 52. RGB value is (123,104,82). Sum of RGB (Red+Green+Blue) = 123+104+82=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6852 is #8497AD. Grayscale: #6B6B6B. Windows color (decimal): -8689582 or 5400699. OLE color: 5400699.

HSL color Cylindrical-coordinate representation of color #7B6852: hue angle of 32.2º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6852 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB12310482-
CMYK00.150.330.52
HSL32.2º20%40.2%-
HSV(B)32.2º33.33%48.24%-
XYZ14.6414.7210.05-
YUV107.17113.79139.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.81%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=39.81%
G=33.66%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231048200.150.330.5232.22040.2
Hex7B68520F2134201428
Octal1731501220174164402450
Binary1111011110100010100100111110000111010010000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,82); }

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

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

 a { background-color: rgb(123,104,82); }

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

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

 span { border-color: rgb(123,104,82); }

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