#767C3B

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

Shades of Crete #767C3B

Tints of Crete #767C3B

Color information

#767C3B (or 0x767C3B) is unknown color: approx Crete. HEX triplet: 76, 7C and 3B. RGB value is (118,124,59). Sum of RGB (Red+Green+Blue) = 118+124+59=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 124 (48.83% from 255 or 41.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: green. Hex color #767C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C3B is #8983C4. Grayscale: #737373. Windows color (decimal): -9012165 or 3898486. OLE color: 3898486.

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

Color convert

RGB11812459-
CMYK0.0500.520.51
HSL65.54º35.52%35.88%-
HSV(B)65.54º52.42%48.63%-
XYZ15.4718.586.91-
YUV114.896.51130.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124590.0500.520.5165.5435.5235.88
Hex767C3B503433422424
Octal166174735064631024444
Binary1110110111110011101110101101001100111000010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C3B; }

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

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

<style>
 a { background-color: #767C3B; }

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

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

<style>
 span { border-color: #767C3B; }

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

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