#77763D

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

Shades of Crete #77763D

Tints of Crete #77763D

Color information

#77763D (or 0x77763D) is unknown color: approx Crete. HEX triplet: 77, 76 and 3D. RGB value is (119,118,61). Sum of RGB (Red+Green+Blue) = 119+118+61=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77763D is #8889C2. Grayscale: #707070. Windows color (decimal): -8948163 or 4028023. OLE color: 4028023.

HSL color Cylindrical-coordinate representation of color #77763D: hue angle of 58.97º 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 #77763D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11911861-
CMYK00.010.490.53
HSL58.97º32.22%35.29%-
HSV(B)58.97º48.74%46.67%-
XYZ14.9317.226.95-
YUV111.899.33133.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=39.93%
G=39.60%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191186100.010.490.5358.9732.2235.29
Hex77763D0131353b2023
Octal16716675016165734043
Binary1110111111011011110101110001110101111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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