#77722A

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

Shades of Crete #77722A

Tints of Crete #77722A

Color information

#77722A (or 0x77722A) is unknown color: approx Crete. HEX triplet: 77, 72 and 2A. RGB value is (119,114,42). Sum of RGB (Red+Green+Blue) = 119+114+42=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77722A is #888DD5. Grayscale: #6B6B6B. Windows color (decimal): -8949206 or 2781815. OLE color: 2781815.

HSL color Cylindrical-coordinate representation of color #77722A: hue angle of 56.1º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77722A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11911442-
CMYK00.040.650.53
HSL56.1º47.83%31.57%-
HSV(B)56.1º64.71%46.67%-
XYZ14.0416.124.56-
YUV107.2991.16136.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=43.27%
G=41.45%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191144200.040.650.5356.147.8331.57
Hex77722A044135383020
Octal167162520410165706040
Binary1110111111001010101001001000001110101111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,114,42); }

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

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

 a { background-color: rgb(119,114,42); }

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

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

 span { border-color: rgb(119,114,42); }

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