#7E723A

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

Shades of Crete #7E723A

Tints of Crete #7E723A

Color information

#7E723A (or 0x7E723A) is unknown color: approx Crete. HEX triplet: 7E, 72 and 3A. RGB value is (126,114,58). Sum of RGB (Red+Green+Blue) = 126+114+58=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E723A is #818DC5. Grayscale: #6F6F6F. Windows color (decimal): -8490438 or 3830398. OLE color: 3830398.

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

Color convert

RGB12611458-
CMYK00.100.540.51
HSL49.41º36.96%36.08%-
HSV(B)49.41º53.97%49.41%-
XYZ15.3916.786.43-
YUV111.297.98138.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.28%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=42.28%
G=38.26%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261145800.100.540.5149.4136.9636.08
Hex7E723A0A3633312524
Octal176162720126663614544
Binary1111110111001011101001010110110110011110001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,114,58); }

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

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

 a { background-color: rgb(126,114,58); }

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

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

 span { border-color: rgb(126,114,58); }

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