Html Css Color HEX #777977 Boulder

📋 copy color: '#777977'

red 119 ◦ green 121 ◦ blue 119

#777977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boulder #777977

Tints of Boulder #777977

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 33.15%
G = 33.7%
B = 33.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#777977 (or 0x777977) is known color: 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

RGB 119 121 119 -
CMYK 0.02 0 0.02 0.53
HSL 120º 0.01% 0.47% -
HSV(B) 120º 0.02% 0.47% -
XYZ 17.77 18.93 20.17 -
YUV 120.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 119 121 119 0.02 0 0.02 0.53 120 0.01 0.47
Hex 77 79 77 2 0 2 35 78 1 2F
Octal 167 171 167 2 0 2 65 170 1 57
Binary 1110111 1111001 1110111 10 0 10 110101 1111000 1 101111

Color Harmonies of #777977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777977

Black with #777977

Text Example


Text Example

White with #777977

Text Example


Text Example

HTML Codes & Css Web 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>