#777977

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

Shades of Boulder #777977

Tints of Boulder #777977

Color information

#777977 (or 0x777977) is unknown color: approx Boulder. HEX triplet: 77, 79 and 77. RGB value is (119,121,119). Sum of RGB (Red+Green+Blue) = 119+121+119=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 121 - color contains mainly: green. Hex color #777977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777977 is #888688. Grayscale: #787878. Windows color (decimal): -8947337 or 7829879. OLE color: 7829879.

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

Color convert

RGB119121119-
CMYK0.0200.020.53
HSL120º0.83%47.06%-
HSV(B)120º1.65%47.45%-
XYZ17.7718.9320.17-
YUV120.17127.34127.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=33.15%
G=33.70%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191211190.0200.020.531200.8347.06
Hex777977202357812f
Octal16717116720265170157
Binary1110111111100111101111001011010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777977; }

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

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

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

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

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

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

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

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