#766754

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

Shades of Pine Cone #766754

Tints of Pine Cone #766754

Color information

#766754 (or 0x766754) is unknown color: approx Pine Cone. HEX triplet: 76, 67 and 54. RGB value is (118,103,84). Sum of RGB (Red+Green+Blue) = 118+103+84=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766754 is #8998AB. Grayscale: #696969. Windows color (decimal): -9017516 or 5531510. OLE color: 5531510.

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

Color convert

RGB11810384-
CMYK00.130.290.54
HSL33.53º16.83%39.61%-
HSV(B)33.53º28.81%46.27%-
XYZ13.9214.1910.39-
YUV105.32115.97137.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=38.69%
G=33.77%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181038400.130.290.5433.5316.8339.61
Hex7667540D1D36221128
Octal1661471240153566422150
Binary111011011001111010100011011110111011010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766754; }

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

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

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

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

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

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

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

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