Html Css Color HEX #777877 Boulder

📋 copy color: '#777877'

red 119 ◦ green 120 ◦ blue 119

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

Shades of Boulder #777877

Tints of Boulder #777877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 33.24%
G = 33.52%
B = 33.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#777877 (or 0x777877) is known color: Boulder. HEX triplet: 77, 78 and 77. RGB value is (119,120,119). Sum of RGB (Red+Green+Blue) = 119+120+119=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 120 - color contains mainly: green. Hex color #777877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777877 is #888788. Grayscale: #777777. Windows color (decimal): -8947593 or 7829623. OLE color: 7829623.

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

Color convert

RGB 119 120 119 -
CMYK 0.01 0 0.01 0.53
HSL 120º 0% 0.47% -
HSV(B) 120º 0.01% 0.47% -
XYZ 17.65 18.69 20.13 -
YUV 119.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 119 120 119 0.01 0 0.01 0.53 120 0 0.47
Hex 77 78 77 1 0 1 35 78 0 2F
Octal 167 170 167 1 0 1 65 170 0 57
Binary 1110111 1111000 1110111 1 0 1 110101 1111000 0 101111

Color Harmonies of #777877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777877

Black with #777877

Text Example


Text Example

White with #777877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777877; }

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

 H1.HeaderClassName
 {
   color: #777877;
 }
 .AnyTagClassName
 {
   color: #777877;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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