#7C763B

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

Shades of Crete #7C763B

Tints of Crete #7C763B

Color information

#7C763B (or 0x7C763B) is unknown color: approx Crete. HEX triplet: 7C, 76 and 3B. RGB value is (124,118,59). Sum of RGB (Red+Green+Blue) = 124+118+59=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C763B is #8389C4. Grayscale: #717171. Windows color (decimal): -8620485 or 3896956. OLE color: 3896956.

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

Color convert

RGB12411859-
CMYK00.050.520.51
HSL54.46º35.52%35.88%-
HSV(B)54.46º52.42%48.63%-
XYZ15.5817.566.71-
YUV113.0797.49135.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=41.20%
G=39.20%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241185900.050.520.5154.4635.5235.88
Hex7C763B053433362424
Octal17416673056463664444
Binary111110011101101110110101110100110011110110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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