#777534

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

Shades of Crete #777534

Tints of Crete #777534

Color information

#777534 (or 0x777534) is unknown color: approx Crete. HEX triplet: 77, 75 and 34. RGB value is (119,117,52). Sum of RGB (Red+Green+Blue) = 119+117+52=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #777534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777534 is #888ACB. Grayscale: #6E6E6E. Windows color (decimal): -8948428 or 3437943. OLE color: 3437943.

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

Color convert

RGB11911752-
CMYK00.020.560.53
HSL58.21º39.18%33.53%-
HSV(B)58.21º56.3%46.67%-
XYZ14.5916.895.74-
YUV110.1995.16134.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=41.32%
G=40.62%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191175200.020.560.5358.2139.1833.53
Hex7775340238353a2722
Octal16716564027065724742
Binary11101111110101110100010111000110101111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777534; }

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

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

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

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

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

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

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

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