Html Css Color HEX #767150 Go Ben

📋 copy color: '#767150'

red 118 ◦ green 113 ◦ blue 80

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

Shades of Go Ben #767150

Tints of Go Ben #767150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 37.94%
G = 36.33%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#767150 (or 0x767150) is known color: Go Ben. HEX triplet: 76, 71 and 50. RGB value is (118,113,80). Sum of RGB (Red+Green+Blue) = 118+113+80=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #767150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767150 is #898EAF. Grayscale: #6E6E6E. Windows color (decimal): -9014960 or 5271926. OLE color: 5271926.

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

Color convert

RGB 118 113 80 -
CMYK 0 0.04 0.32 0.54
HSL 52.11º 0.19% 0.39% -
HSV(B) 52.11º 0.32% 0.46% -
XYZ 14.82 16.24 9.94 -
YUV 110.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 118 113 80 0 0.04 0.32 0.54 52.11 0.19 0.39
Hex 76 71 50 0 4 20 36 34 13 27
Octal 166 161 120 0 4 40 66 64 23 47
Binary 1110110 1110001 1010000 0 100 100000 110110 110100 10011 100111

Color Harmonies of #767150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767150

Black with #767150

Text Example


Text Example

White with #767150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767150; }

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

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

background-color css

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

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

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

border-color css

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

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

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