Html Css Color HEX #777050 Go Ben

📋 copy color: '#777050'

red 119 ◦ green 112 ◦ blue 80

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

Shades of Go Ben #777050

Tints of Go Ben #777050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 38.26%
G = 36.01%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#777050 (or 0x777050) is known color: Go Ben. HEX triplet: 77, 70 and 50. RGB value is (119,112,80). Sum of RGB (Red+Green+Blue) = 119+112+80=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #777050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777050 is #888FAF. Grayscale: #6E6E6E. Windows color (decimal): -8949680 or 5271671. OLE color: 5271671.

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

Color convert

RGB 119 112 80 -
CMYK 0 0.06 0.33 0.53
HSL 49.23º 0.2% 0.39% -
HSV(B) 49.23º 0.33% 0.47% -
XYZ 14.85 16.09 9.91 -
YUV 110.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 119 112 80 0 0.06 0.33 0.53 49.23 0.2 0.39
Hex 77 70 50 0 6 21 35 31 14 27
Octal 167 160 120 0 6 41 65 61 24 47
Binary 1110111 1110000 1010000 0 110 100001 110101 110001 10100 100111

Color Harmonies of #777050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777050

Black with #777050

Text Example


Text Example

White with #777050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777050; }

 p { color: rgb(119,112,80); }

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

background-color css

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

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

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

border-color css

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

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

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