Html Css Color HEX #766E4E Go Ben

📋 copy color: '#766E4E'

red 118 ◦ green 110 ◦ blue 78

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

Shades of Go Ben #766E4E

Tints of Go Ben #766E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 38.56%
G = 35.95%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#766E4E (or 0x766E4E) is known color: Go Ben. HEX triplet: 76, 6E and 4E. RGB value is (118,110,78). Sum of RGB (Red+Green+Blue) = 118+110+78=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E4E is #8991B1. Grayscale: #6C6C6C. Windows color (decimal): -9015730 or 5140086. OLE color: 5140086.

HSL color Cylindrical-coordinate representation of color #766E4E: hue angle of 48º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766E4E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 78 -
CMYK 0 0.07 0.34 0.54
HSL 48º 0.2% 0.38% -
HSV(B) 48º 0.34% 0.46% -
XYZ 14.42 15.55 9.45 -
YUV 108.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 118 110 78 0 0.07 0.34 0.54 48 0.2 0.38
Hex 76 6E 4E 0 7 22 36 30 14 26
Octal 166 156 116 0 7 42 66 60 24 46
Binary 1110110 1101110 1001110 0 111 100010 110110 110000 10100 100110

Color Harmonies of #766E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E4E

Black with #766E4E

Text Example


Text Example

White with #766E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E4E; }

 p { color: rgb(118,110,78); }

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

background-color css

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

 a { background-color: rgb(118,110,78); }

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

border-color css

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

 span { border-color: rgb(118,110,78); }

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