#777331

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

Shades of Crete #777331

Tints of Crete #777331

Color information

#777331 (or 0x777331) is unknown color: approx Crete. HEX triplet: 77, 73 and 31. RGB value is (119,115,49). Sum of RGB (Red+Green+Blue) = 119+115+49=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #777331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777331 is #888CCE. Grayscale: #6C6C6C. Windows color (decimal): -8948943 or 3240823. OLE color: 3240823.

HSL color Cylindrical-coordinate representation of color #777331: hue angle of 56.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #777331 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11911549-
CMYK00.030.590.53
HSL56.57º41.67%32.94%-
HSV(B)56.57º58.82%46.67%-
XYZ14.2916.415.32-
YUV108.6794.33135.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=42.05%
G=40.64%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191154900.030.590.5356.5741.6732.94
Hex777331033B35392a21
Octal16716361037365715241
Binary11101111110011110001011111011110101111001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777331; }

 p { color: rgb(119,115,49); }

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

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

 a { background-color: rgb(119,115,49); }

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

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

 span { border-color: rgb(119,115,49); }

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