#7C733A

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

Shades of Crete #7C733A

Tints of Crete #7C733A

Color information

#7C733A (or 0x7C733A) is unknown color: approx Crete. HEX triplet: 7C, 73 and 3A. RGB value is (124,115,58). Sum of RGB (Red+Green+Blue) = 124+115+58=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C733A is #838CC5. Grayscale: #6F6F6F. Windows color (decimal): -8621254 or 3830652. OLE color: 3830652.

HSL color Cylindrical-coordinate representation of color #7C733A: hue angle of 51.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C733A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB12411558-
CMYK00.070.530.51
HSL51.82º36.26%35.69%-
HSV(B)51.82º53.23%48.63%-
XYZ15.2116.856.45-
YUV111.1997.98137.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=41.75%
G=38.72%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241155800.070.530.5151.8236.2635.69
Hex7C733A073533342424
Octal17416372076563644444
Binary111110011100111110100111110101110011110100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C733A; }

 p { color: rgb(124,115,58); }

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

<style>
 a { background-color: #7C733A; }

 a { background-color: rgb(124,115,58); }

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

<style>
 span { border-color: #7C733A; }

 span { border-color: rgb(124,115,58); }

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