Html Css Color HEX #766F4E Go Ben

📋 copy color: '#766F4E'

red 118 ◦ green 111 ◦ blue 78

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

Shades of Go Ben #766F4E

Tints of Go Ben #766F4E

RGB

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

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

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

R = 38.44%
G = 36.16%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#766F4E (or 0x766F4E) is known color: Go Ben. HEX triplet: 76, 6F and 4E. RGB value is (118,111,78). Sum of RGB (Red+Green+Blue) = 118+111+78=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F4E is #8990B1. Grayscale: #6D6D6D. Windows color (decimal): -9015474 or 5140342. OLE color: 5140342.

HSL color Cylindrical-coordinate representation of color #766F4E: hue angle of 49.5º 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 #766F4E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 78 -
CMYK 0 0.06 0.34 0.54
HSL 49.5º 0.2% 0.38% -
HSV(B) 49.5º 0.34% 0.46% -
XYZ 14.53 15.77 9.49 -
YUV 109.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 118 111 78 0 0.06 0.34 0.54 49.5 0.2 0.38
Hex 76 6F 4E 0 6 22 36 32 14 26
Octal 166 157 116 0 6 42 66 62 24 46
Binary 1110110 1101111 1001110 0 110 100010 110110 110010 10100 100110

Color Harmonies of #766F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F4E

Black with #766F4E

Text Example


Text Example

White with #766F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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