#7C753B

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

Shades of Crete #7C753B

Tints of Crete #7C753B

Color information

#7C753B (or 0x7C753B) is unknown color: approx Crete. HEX triplet: 7C, 75 and 3B. RGB value is (124,117,59). Sum of RGB (Red+Green+Blue) = 124+117+59=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C753B is #838AC4. Grayscale: #707070. Windows color (decimal): -8620741 or 3896700. OLE color: 3896700.

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

Color convert

RGB12411759-
CMYK00.060.520.51
HSL53.54º35.52%35.88%-
HSV(B)53.54º52.42%48.63%-
XYZ15.4617.326.67-
YUV112.4897.82136.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=41.33%
G=39%
B=19.67%

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
Decimal1241175900.060.520.5153.5435.5235.88
Hex7C753B063433362424
Octal17416573066463664444
Binary111110011101011110110110110100110011110110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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