#776C2B

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

Shades of Crete #776C2B

Tints of Crete #776C2B

Color information

#776C2B (or 0x776C2B) is unknown color: approx Crete. HEX triplet: 77, 6C and 2B. RGB value is (119,108,43). Sum of RGB (Red+Green+Blue) = 119+108+43=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C2B is #8893D4. Grayscale: #686868. Windows color (decimal): -8950741 or 2845815. OLE color: 2845815.

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

Color convert

RGB11910843-
CMYK00.090.640.53
HSL51.32º46.91%31.76%-
HSV(B)51.32º63.87%46.67%-
XYZ13.4114.824.44-
YUV103.8893.64138.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=44.07%
G=40%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191084300.090.640.5351.3246.9131.76
Hex776C2B094035332f20
Octal1671545301110065635740
Binary11101111101100101011010011000000110101110011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C2B; }

 p { color: rgb(119,108,43); }

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

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

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

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

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

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

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