#77773D

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

Shades of Crete #77773D

Tints of Crete #77773D

Color information

#77773D (or 0x77773D) is unknown color: approx Crete. HEX triplet: 77, 77 and 3D. RGB value is (119,119,61). Sum of RGB (Red+Green+Blue) = 119+119+61=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77773D is #8888C2. Grayscale: #707070. Windows color (decimal): -8947907 or 4028279. OLE color: 4028279.

HSL color Cylindrical-coordinate representation of color #77773D: hue angle of 60º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77773D is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11911961-
CMYK000.490.53
HSL60º32.22%35.29%-
HSV(B)60º48.74%46.67%-
XYZ15.0517.456.99-
YUV112.3999132.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=39.80%
G=39.80%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911961000.490.536032.2235.29
Hex77773D0031353c2023
Octal16716775006165744043
Binary1110111111011111110100110001110101111100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77773D; }

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

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

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

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

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

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

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

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