#7C743A

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

Shades of Crete #7C743A

Tints of Crete #7C743A

Color information

#7C743A (or 0x7C743A) is unknown color: approx Crete. HEX triplet: 7C, 74 and 3A. RGB value is (124,116,58). Sum of RGB (Red+Green+Blue) = 124+116+58=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C743A is #838BC5. Grayscale: #707070. Windows color (decimal): -8620998 or 3830908. OLE color: 3830908.

HSL color Cylindrical-coordinate representation of color #7C743A: hue angle of 52.73º 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 #7C743A is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB12411658-
CMYK00.060.530.51
HSL52.73º36.26%35.69%-
HSV(B)52.73º53.23%48.63%-
XYZ15.3217.086.49-
YUV111.7897.65136.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=41.61%
G=38.93%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241165800.060.530.5152.7336.2635.69
Hex7C743A063533352424
Octal17416472066563654444
Binary111110011101001110100110110101110011110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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