#7C743B

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

Shades of Crete #7C743B

Tints of Crete #7C743B

Color information

#7C743B (or 0x7C743B) is unknown color: approx Crete. HEX triplet: 7C, 74 and 3B. RGB value is (124,116,59). Sum of RGB (Red+Green+Blue) = 124+116+59=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C743B is #838BC4. Grayscale: #707070. Windows color (decimal): -8620997 or 3896444. OLE color: 3896444.

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

Color convert

RGB12411659-
CMYK00.060.520.51
HSL52.62º35.52%35.88%-
HSV(B)52.62º52.42%48.63%-
XYZ15.3517.096.63-
YUV111.8998.15136.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=41.47%
G=38.80%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241165900.060.520.5152.6235.5235.88
Hex7C743B063433352424
Octal17416473066463654444
Binary111110011101001110110110110100110011110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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