#78762E

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

Shades of Crete #78762E

Tints of Crete #78762E

Color information

#78762E (or 0x78762E) is unknown color: approx Crete. HEX triplet: 78, 76 and 2E. RGB value is (120,118,46). Sum of RGB (Red+Green+Blue) = 120+118+46=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78762E is #8789D1. Grayscale: #6E6E6E. Windows color (decimal): -8882642 or 3044984. OLE color: 3044984.

HSL color Cylindrical-coordinate representation of color #78762E: hue angle of 58.38º 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 #78762E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB12011846-
CMYK00.020.620.53
HSL58.38º44.58%32.55%-
HSV(B)58.38º61.67%47.06%-
XYZ14.7217.155.12-
YUV110.3991.66134.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=42.25%
G=41.55%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201184600.020.620.5358.3844.5832.55
Hex78762E023E353a2d21
Octal17016656027665725541
Binary11110001110110101110010111110110101111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78762E; }

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

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

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

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

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

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

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

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