#786B2E

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

Shades of Crete #786B2E

Tints of Crete #786B2E

Color information

#786B2E (or 0x786B2E) is unknown color: approx Crete. HEX triplet: 78, 6B and 2E. RGB value is (120,107,46). Sum of RGB (Red+Green+Blue) = 120+107+46=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #786B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B2E is #8794D1. Grayscale: #686868. Windows color (decimal): -8885458 or 3042168. OLE color: 3042168.

HSL color Cylindrical-coordinate representation of color #786B2E: hue angle of 49.46º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #786B2E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB12010746-
CMYK00.110.620.53
HSL49.46º44.58%32.55%-
HSV(B)49.46º61.67%47.06%-
XYZ13.514.714.71-
YUV103.9395.31139.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=43.96%
G=39.19%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201074600.110.620.5349.4644.5832.55
Hex786B2E0B3E35312d21
Octal170153560137665615541
Binary1111000110101110111001011111110110101110001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786B2E; }

 p { color: rgb(120,107,46); }

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

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

 a { background-color: rgb(120,107,46); }

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

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

 span { border-color: rgb(120,107,46); }

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