#777334

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

Shades of Crete #777334

Tints of Crete #777334

Color information

#777334 (or 0x777334) is unknown color: approx Crete. HEX triplet: 77, 73 and 34. RGB value is (119,115,52). Sum of RGB (Red+Green+Blue) = 119+115+52=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777334 is #888CCB. Grayscale: #6D6D6D. Windows color (decimal): -8948940 or 3437431. OLE color: 3437431.

HSL color Cylindrical-coordinate representation of color #777334: hue angle of 56.42º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #777334 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11911552-
CMYK00.030.560.53
HSL56.42º39.18%33.53%-
HSV(B)56.42º56.3%46.67%-
XYZ14.3616.435.66-
YUV109.0195.83135.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=41.61%
G=40.21%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191155200.030.560.5356.4239.1833.53
Hex777334033835382722
Octal16716364037065704742
Binary11101111110011110100011111000110101111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777334; }

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

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

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

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

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

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

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

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