Html Css Color HEX #766F4D Go Ben

📋 copy color: '#766F4D'

red 118 ◦ green 111 ◦ blue 77

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

Shades of Go Ben #766F4D

Tints of Go Ben #766F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 38.56%
G = 36.27%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#766F4D (or 0x766F4D) is known color: Go Ben. HEX triplet: 76, 6F and 4D. RGB value is (118,111,77). Sum of RGB (Red+Green+Blue) = 118+111+77=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F4D is #8990B2. Grayscale: #6D6D6D. Windows color (decimal): -9015475 or 5074806. OLE color: 5074806.

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

Color convert

RGB 118 111 77 -
CMYK 0 0.06 0.35 0.54
HSL 49.76º 0.21% 0.38% -
HSV(B) 49.76º 0.35% 0.46% -
XYZ 14.5 15.76 9.3 -
YUV 109.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 118 111 77 0 0.06 0.35 0.54 49.76 0.21 0.38
Hex 76 6F 4D 0 6 23 36 32 15 26
Octal 166 157 115 0 6 43 66 62 25 46
Binary 1110110 1101111 1001101 0 110 100011 110110 110010 10101 100110

Color Harmonies of #766F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F4D

Black with #766F4D

Text Example


Text Example

White with #766F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,77); }

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

background-color css

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

 a { background-color: rgb(118,111,77); }

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

border-color css

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

 span { border-color: rgb(118,111,77); }

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