#766753

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

Shades of Pine Cone #766753

Tints of Pine Cone #766753

Color information

#766753 (or 0x766753) is unknown color: approx Pine Cone. HEX triplet: 76, 67 and 53. RGB value is (118,103,83). Sum of RGB (Red+Green+Blue) = 118+103+83=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766753 is #8998AC. Grayscale: #696969. Windows color (decimal): -9017517 or 5465974. OLE color: 5465974.

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

Color convert

RGB11810383-
CMYK00.130.300.54
HSL34.29º17.41%39.41%-
HSV(B)34.29º29.66%46.27%-
XYZ13.8814.1810.19-
YUV105.2115.47137.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=38.82%
G=33.88%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181038300.130.300.5434.2917.4139.41
Hex7667530D1E36221127
Octal1661471230153666422147
Binary111011011001111010011011011111011011010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766753; }

 p { color: rgb(118,103,83); }

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

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

 a { background-color: rgb(118,103,83); }

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

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

 span { border-color: rgb(118,103,83); }

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