#76773A

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

Shades of Crete #76773A

Tints of Crete #76773A

Color information

#76773A (or 0x76773A) is unknown color: approx Crete. HEX triplet: 76, 77 and 3A. RGB value is (118,119,58). Sum of RGB (Red+Green+Blue) = 118+119+58=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #76773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773A is #8988C5. Grayscale: #6F6F6F. Windows color (decimal): -9013446 or 3831670. OLE color: 3831670.

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

Color convert

RGB11811958-
CMYK0.0100.510.53
HSL60.98º34.46%34.71%-
HSV(B)60.98º51.26%46.67%-
XYZ14.8317.356.57-
YUV111.7597.67132.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=40%
G=40.34%
B=19.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119580.0100.510.5360.9834.4634.71
Hex76773A1033353d2223
Octal16616772106365754243
Binary1110110111011111101010110011110101111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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