Html Css Color HEX #767051 Go Ben

📋 copy color: '#767051'

red 118 ◦ green 112 ◦ blue 81

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

Shades of Go Ben #767051

Tints of Go Ben #767051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 37.94%
G = 36.01%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#767051 (or 0x767051) is known color: Go Ben. HEX triplet: 76, 70 and 51. RGB value is (118,112,81). Sum of RGB (Red+Green+Blue) = 118+112+81=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #767051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767051 is #898FAE. Grayscale: #6E6E6E. Windows color (decimal): -9015215 or 5337206. OLE color: 5337206.

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

Color convert

RGB 118 112 81 -
CMYK 0 0.05 0.31 0.54
HSL 50.27º 0.19% 0.39% -
HSV(B) 50.27º 0.31% 0.46% -
XYZ 14.75 16.03 10.1 -
YUV 110.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 118 112 81 0 0.05 0.31 0.54 50.27 0.19 0.39
Hex 76 70 51 0 5 1F 36 32 13 27
Octal 166 160 121 0 5 37 66 62 23 47
Binary 1110110 1110000 1010001 0 101 11111 110110 110010 10011 100111

Color Harmonies of #767051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767051

Black with #767051

Text Example


Text Example

White with #767051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767051; }

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

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

background-color css

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

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

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

border-color css

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

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

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