#7B763E

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

Shades of Crete #7B763E

Tints of Crete #7B763E

Color information

#7B763E (or 0x7B763E) is unknown color: approx Crete. HEX triplet: 7B, 76 and 3E. RGB value is (123,118,62). Sum of RGB (Red+Green+Blue) = 123+118+62=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B763E is #8489C1. Grayscale: #717171. Windows color (decimal): -8686018 or 4093563. OLE color: 4093563.

HSL color Cylindrical-coordinate representation of color #7B763E: hue angle of 55.08º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B763E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB12311862-
CMYK00.040.500.52
HSL55.08º32.97%36.27%-
HSV(B)55.08º49.59%48.24%-
XYZ15.5217.527.12-
YUV113.1199.16135.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.59%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=40.59%
G=38.94%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231186200.040.500.5255.0832.9736.27
Hex7B763E043234372124
Octal17316676046264674144
Binary111101111101101111100100110010110100110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,62); }

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

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

 a { background-color: rgb(123,118,62); }

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

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

 span { border-color: rgb(123,118,62); }

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