#777034

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

Shades of Crete #777034

Tints of Crete #777034

Color information

#777034 (or 0x777034) is unknown color: approx Crete. HEX triplet: 77, 70 and 34. RGB value is (119,112,52). Sum of RGB (Red+Green+Blue) = 119+112+52=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #777034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777034 is #888FCB. Grayscale: #6B6B6B. Windows color (decimal): -8949708 or 3436663. OLE color: 3436663.

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

Color convert

RGB11911252-
CMYK00.060.560.53
HSL53.73º39.18%33.53%-
HSV(B)53.73º56.3%46.67%-
XYZ14.0215.765.55-
YUV107.2596.82136.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=42.05%
G=39.58%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191125200.060.560.5353.7339.1833.53
Hex777034063835362722
Octal16716064067065664742
Binary111011111100001101000110111000110101110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777034; }

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

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

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

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

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

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

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

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