#777A77

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

Shades of Boulder #777A77

Tints of Boulder #777A77

Color information

#777A77 (or 0x777A77) is unknown color: approx Boulder. HEX triplet: 77, 7A and 77. RGB value is (119,122,119). Sum of RGB (Red+Green+Blue) = 119+122+119=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 122 - color contains mainly: green. Hex color #777A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A77 is #888588. Grayscale: #787878. Windows color (decimal): -8947081 or 7830135. OLE color: 7830135.

HSL color Cylindrical-coordinate representation of color #777A77: hue angle of 120º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777A77 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB119122119-
CMYK0.0200.020.52
HSL120º1.24%47.25%-
HSV(B)120º2.46%47.84%-
XYZ17.919.1720.21-
YUV120.76127.01126.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=33.06%
G=33.89%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191221190.0200.020.521201.2447.25
Hex777A77202347812f
Octal16717216720264170157
Binary1110111111101011101111001011010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A77; }

 p { color: rgb(119,122,119); }

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

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

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

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

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

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

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