#777830

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

Shades of Crete #777830

Tints of Crete #777830

Color information

#777830 (or 0x777830) is unknown color: approx Crete. HEX triplet: 77, 78 and 30. RGB value is (119,120,48). Sum of RGB (Red+Green+Blue) = 119+120+48=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #777830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777830 is #8887CF. Grayscale: #6F6F6F. Windows color (decimal): -8947664 or 3176567. OLE color: 3176567.

HSL color Cylindrical-coordinate representation of color #777830: hue angle of 60.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #777830 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB11912048-
CMYK0.0100.600.53
HSL60.83º42.86%32.94%-
HSV(B)60.83º60%47.06%-
XYZ14.8617.575.4-
YUV111.4992.17133.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=41.46%
G=41.81%
B=16.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119120480.0100.600.5360.8342.8632.94
Hex777830103C353d2b21
Octal16717060107465755341
Binary1110111111100011000010111100110101111101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777830; }

 p { color: rgb(119,120,48); }

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

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

 a { background-color: rgb(119,120,48); }

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

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

 span { border-color: rgb(119,120,48); }

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