#77753A

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

Shades of Crete #77753A

Tints of Crete #77753A

Color information

#77753A (or 0x77753A) is unknown color: approx Crete. HEX triplet: 77, 75 and 3A. RGB value is (119,117,58). Sum of RGB (Red+Green+Blue) = 119+117+58=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77753A is #888AC5. Grayscale: #6F6F6F. Windows color (decimal): -8948422 or 3831159. OLE color: 3831159.

HSL color Cylindrical-coordinate representation of color #77753A: hue angle of 58.03º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77753A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB11911758-
CMYK00.020.510.53
HSL58.03º34.46%34.71%-
HSV(B)58.03º51.26%46.67%-
XYZ14.7316.956.5-
YUV110.8798.16133.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=40.48%
G=39.80%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191175800.020.510.5358.0334.4634.71
Hex77753A0233353a2223
Octal16716572026365724243
Binary11101111110101111010010110011110101111010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77753A; }

 p { color: rgb(119,117,58); }

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

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

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

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

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

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

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