#78763A

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

Shades of Crete #78763A

Tints of Crete #78763A

Color information

#78763A (or 0x78763A) is unknown color: approx Crete. HEX triplet: 78, 76 and 3A. RGB value is (120,118,58). Sum of RGB (Red+Green+Blue) = 120+118+58=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78763A is #8789C5. Grayscale: #6F6F6F. Windows color (decimal): -8882630 or 3831416. OLE color: 3831416.

HSL color Cylindrical-coordinate representation of color #78763A: hue angle of 58.06º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78763A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB12011858-
CMYK00.020.520.53
HSL58.06º34.83%34.9%-
HSV(B)58.06º51.67%47.06%-
XYZ14.9917.266.54-
YUV111.7697.66133.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=40.54%
G=39.86%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201185800.020.520.5358.0634.8334.9
Hex78763A0234353a2323
Octal17016672026465724343
Binary11110001110110111010010110100110101111010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78763A; }

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

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

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

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

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

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

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

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