#7C713A

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

Shades of Crete #7C713A

Tints of Crete #7C713A

Color information

#7C713A (or 0x7C713A) is unknown color: approx Crete. HEX triplet: 7C, 71 and 3A. RGB value is (124,113,58). Sum of RGB (Red+Green+Blue) = 124+113+58=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C713A is #838EC5. Grayscale: #6E6E6E. Windows color (decimal): -8621766 or 3830140. OLE color: 3830140.

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

Color convert

RGB12411358-
CMYK00.090.530.51
HSL50º36.26%35.69%-
HSV(B)50º53.23%48.63%-
XYZ14.9816.46.38-
YUV110.0298.64137.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=42.03%
G=38.31%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241135800.090.530.515036.2635.69
Hex7C713A093533322424
Octal174161720116563624444
Binary1111100111000111101001001110101110011110010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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