#777638

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

Shades of Crete #777638

Tints of Crete #777638

Color information

#777638 (or 0x777638) is unknown color: approx Crete. HEX triplet: 77, 76 and 38. RGB value is (119,118,56). Sum of RGB (Red+Green+Blue) = 119+118+56=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #777638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777638 is #8889C7. Grayscale: #6F6F6F. Windows color (decimal): -8948168 or 3700343. OLE color: 3700343.

HSL color Cylindrical-coordinate representation of color #777638: hue angle of 59.05º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777638 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB11911856-
CMYK00.010.530.53
HSL59.05º36%34.31%-
HSV(B)59.05º52.94%46.67%-
XYZ14.817.166.27-
YUV111.2396.83133.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=40.61%
G=40.27%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191185600.010.530.5359.053634.31
Hex7776380135353b2422
Octal16716670016565734442
Binary1110111111011011100001110101110101111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777638; }

 p { color: rgb(119,118,56); }

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

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

 a { background-color: rgb(119,118,56); }

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

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

 span { border-color: rgb(119,118,56); }

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