#77703A

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

Shades of Crete #77703A

Tints of Crete #77703A

Color information

#77703A (or 0x77703A) is unknown color: approx Crete. HEX triplet: 77, 70 and 3A. RGB value is (119,112,58). Sum of RGB (Red+Green+Blue) = 119+112+58=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #77703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77703A is #888FC5. Grayscale: #6C6C6C. Windows color (decimal): -8949702 or 3829879. OLE color: 3829879.

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

Color convert

RGB11911258-
CMYK00.060.510.53
HSL53.11º34.46%34.71%-
HSV(B)53.11º51.26%46.67%-
XYZ14.1715.826.31-
YUV107.9499.82135.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=41.18%
G=38.75%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191125800.060.510.5353.1134.4634.71
Hex77703A063335352223
Octal16716072066365654243
Binary111011111100001110100110110011110101110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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