#77733A

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

Shades of Crete #77733A

Tints of Crete #77733A

Color information

#77733A (or 0x77733A) is unknown color: approx Crete. HEX triplet: 77, 73 and 3A. RGB value is (119,115,58). Sum of RGB (Red+Green+Blue) = 119+115+58=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77733A is #888CC5. Grayscale: #6D6D6D. Windows color (decimal): -8948934 or 3830647. OLE color: 3830647.

HSL color Cylindrical-coordinate representation of color #77733A: hue angle of 56.07º 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 #77733A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB11911558-
CMYK00.030.510.53
HSL56.07º34.46%34.71%-
HSV(B)56.07º51.26%46.67%-
XYZ14.516.496.42-
YUV109.798.83134.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=40.75%
G=39.38%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191155800.030.510.5356.0734.4634.71
Hex77733A033335382223
Octal16716372036365704243
Binary11101111110011111010011110011110101111000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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