#76733F

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

Shades of Crete #76733F

Tints of Crete #76733F

Color information

#76733F (or 0x76733F) is unknown color: approx Crete. HEX triplet: 76, 73 and 3F. RGB value is (118,115,63). Sum of RGB (Red+Green+Blue) = 118+115+63=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76733F is #898CC0. Grayscale: #6E6E6E. Windows color (decimal): -9014465 or 4158326. OLE color: 4158326.

HSL color Cylindrical-coordinate representation of color #76733F: hue angle of 56.73º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76733F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11811563-
CMYK00.030.470.54
HSL56.73º30.39%35.49%-
HSV(B)56.73º46.61%46.27%-
XYZ14.516.477.12-
YUV109.97101.49133.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 63 (25% from 255) = 21.28%
R=39.86%
G=38.85%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181156300.030.470.5456.7330.3935.49
Hex76733F032F36391e23
Octal16616377035766713643
Binary1110110111001111111101110111111011011100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76733F; }

 p { color: rgb(118,115,63); }

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

<style>
 a { background-color: #76733F; }

 a { background-color: rgb(118,115,63); }

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

<style>
 span { border-color: #76733F; }

 span { border-color: rgb(118,115,63); }

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