Html Css Color HEX #767050 Go Ben

📋 copy color: '#767050'

red 118 ◦ green 112 ◦ blue 80

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

Shades of Go Ben #767050

Tints of Go Ben #767050

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

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

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

R = 38.06%
G = 36.13%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#767050 (or 0x767050) is known color: Go Ben. HEX triplet: 76, 70 and 50. RGB value is (118,112,80). Sum of RGB (Red+Green+Blue) = 118+112+80=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #767050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767050 is #898FAF. Grayscale: #6E6E6E. Windows color (decimal): -9015216 or 5271670. OLE color: 5271670.

HSL color Cylindrical-coordinate representation of color #767050: hue angle of 50.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767050 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 80 -
CMYK 0 0.05 0.32 0.54
HSL 50.53º 0.19% 0.39% -
HSV(B) 50.53º 0.32% 0.46% -
XYZ 14.71 16.02 9.91 -
YUV 110.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 118 112 80 0 0.05 0.32 0.54 50.53 0.19 0.39
Hex 76 70 50 0 5 20 36 33 13 27
Octal 166 160 120 0 5 40 66 63 23 47
Binary 1110110 1110000 1010000 0 101 100000 110110 110011 10011 100111

Color Harmonies of #767050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767050

Black with #767050

Text Example


Text Example

White with #767050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767050; }

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

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

background-color css

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

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

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

border-color css

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

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

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