#7C753A

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

Shades of Crete #7C753A

Tints of Crete #7C753A

Color information

#7C753A (or 0x7C753A) is unknown color: approx Crete. HEX triplet: 7C, 75 and 3A. RGB value is (124,117,58). Sum of RGB (Red+Green+Blue) = 124+117+58=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C753A is #838AC5. Grayscale: #707070. Windows color (decimal): -8620742 or 3831164. OLE color: 3831164.

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

Color convert

RGB12411758-
CMYK00.060.530.51
HSL53.64º36.26%35.69%-
HSV(B)53.64º53.23%48.63%-
XYZ15.4417.316.53-
YUV112.3797.32136.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=41.47%
G=39.13%
B=19.40%

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
Decimal1241175800.060.530.5153.6436.2635.69
Hex7C753A063533362424
Octal17416572066563664444
Binary111110011101011110100110110101110011110110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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