#76733B

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

Shades of Crete #76733B

Tints of Crete #76733B

Color information

#76733B (or 0x76733B) is unknown color: approx Crete. HEX triplet: 76, 73 and 3B. RGB value is (118,115,59). Sum of RGB (Red+Green+Blue) = 118+115+59=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76733B is #898CC4. Grayscale: #6D6D6D. Windows color (decimal): -9014469 or 3896182. OLE color: 3896182.

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

Color convert

RGB11811559-
CMYK00.030.500.54
HSL56.95º33.33%34.71%-
HSV(B)56.95º50%46.27%-
XYZ14.3916.436.55-
YUV109.5199.49134.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=40.41%
G=39.38%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181155900.030.500.5456.9533.3334.71
Hex76733B033236392123
Octal16616373036266714143
Binary11101101110011111011011110010110110111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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