Html Css Color HEX #777250 Go Ben

📋 copy color: '#777250'

red 119 ◦ green 114 ◦ blue 80

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

Shades of Go Ben #777250

Tints of Go Ben #777250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 38.02%
G = 36.42%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#777250 (or 0x777250) is known color: Go Ben. HEX triplet: 77, 72 and 50. RGB value is (119,114,80). Sum of RGB (Red+Green+Blue) = 119+114+80=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #777250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777250 is #888DAF. Grayscale: #6F6F6F. Windows color (decimal): -8949168 or 5272183. OLE color: 5272183.

HSL color Cylindrical-coordinate representation of color #777250: hue angle of 52.31º 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 #777250 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 80 -
CMYK 0 0.04 0.33 0.53
HSL 52.31º 0.2% 0.39% -
HSV(B) 52.31º 0.33% 0.47% -
XYZ 15.07 16.54 9.99 -
YUV 111.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 119 114 80 0 0.04 0.33 0.53 52.31 0.2 0.39
Hex 77 72 50 0 4 21 35 34 14 27
Octal 167 162 120 0 4 41 65 64 24 47
Binary 1110111 1110010 1010000 0 100 100001 110101 110100 10100 100111

Color Harmonies of #777250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777250

Black with #777250

Text Example


Text Example

White with #777250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777250; }

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

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

background-color css

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

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

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

border-color css

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

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

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