#777431

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

Shades of Crete #777431

Tints of Crete #777431

Color information

#777431 (or 0x777431) is unknown color: approx Crete. HEX triplet: 77, 74 and 31. RGB value is (119,116,49). Sum of RGB (Red+Green+Blue) = 119+116+49=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #777431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777431 is #888BCE. Grayscale: #6D6D6D. Windows color (decimal): -8948687 or 3241079. OLE color: 3241079.

HSL color Cylindrical-coordinate representation of color #777431: hue angle of 57.43º 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 #777431 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11911649-
CMYK00.030.590.53
HSL57.43º41.67%32.94%-
HSV(B)57.43º58.82%46.67%-
XYZ14.4116.635.36-
YUV109.2693.99134.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=41.90%
G=40.85%
B=17.25%

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
Decimal1191164900.030.590.5357.4341.6732.94
Hex777431033B35392a21
Octal16716461037365715241
Binary11101111110100110001011111011110101111001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777431; }

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

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

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

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

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

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

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

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