#777B3D

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

Shades of Crete #777B3D

Tints of Crete #777B3D

Color information

#777B3D (or 0x777B3D) is unknown color: approx Crete. HEX triplet: 77, 7B and 3D. RGB value is (119,123,61). Sum of RGB (Red+Green+Blue) = 119+123+61=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #777B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B3D is #8884C2. Grayscale: #727272. Windows color (decimal): -8946883 or 4029303. OLE color: 4029303.

HSL color Cylindrical-coordinate representation of color #777B3D: hue angle of 63.87º degrees, saturation: 0.34, 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 #777B3D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB11912361-
CMYK0.0300.500.52
HSL63.87º33.7%36.08%-
HSV(B)63.87º50.41%48.24%-
XYZ15.5318.427.15-
YUV114.7497.67131.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=39.27%
G=40.59%
B=20.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119123610.0300.500.5263.8733.736.08
Hex777B3D303234402224
Octal167173753062641004244
Binary111011111110111111011101100101101001000000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777B3D; }

 p { color: rgb(119,123,61); }

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

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

 a { background-color: rgb(119,123,61); }

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

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

 span { border-color: rgb(119,123,61); }

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