#73763C

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

Shades of Crete #73763C

Tints of Crete #73763C

Color information

#73763C (or 0x73763C) is unknown color: approx Crete. HEX triplet: 73, 76 and 3C. RGB value is (115,118,60). Sum of RGB (Red+Green+Blue) = 115+118+60=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #73763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73763C is #8C89C3. Grayscale: #6E6E6E. Windows color (decimal): -9210308 or 3962483. OLE color: 3962483.

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

Color convert

RGB11511860-
CMYK0.0300.490.54
HSL63.1º32.58%34.9%-
HSV(B)63.1º49.15%46.27%-
XYZ14.3616.936.79-
YUV110.4999.51131.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=39.25%
G=40.27%
B=20.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118600.0300.490.5463.132.5834.9
Hex73763C3031363f2123
Octal16316674306166774143
Binary11100111110110111100110110001110110111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73763C; }

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

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

<style>
 a { background-color: #73763C; }

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

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

<style>
 span { border-color: #73763C; }

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

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