#766C2E

Color #766C2E Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #766C2E

Tints of Crete #766C2E

Color information

#766C2E (or 0x766C2E) is unknown color: approx Crete. HEX triplet: 76, 6C and 2E. RGB value is (118,108,46). Sum of RGB (Red+Green+Blue) = 118+108+46=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C2E is #8993D1. Grayscale: #686868. Windows color (decimal): -9016274 or 3042422. OLE color: 3042422.

HSL color Cylindrical-coordinate representation of color #766C2E: hue angle of 51.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #766C2E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11810846-
CMYK00.080.610.54
HSL51.67º43.9%32.16%-
HSV(B)51.67º61.02%46.27%-
XYZ13.3314.774.73-
YUV103.9295.31138.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=43.38%
G=39.71%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181084600.080.610.5451.6743.932.16
Hex766C2E083D36342c20
Octal166154560107566645440
Binary1110110110110010111001000111101110110110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C2E; }

 p { color: rgb(118,108,46); }

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

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

 a { background-color: rgb(118,108,46); }

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

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

 span { border-color: rgb(118,108,46); }

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