Html Css Color HEX #766E4F Go Ben

📋 copy color: '#766E4F'

red 118 ◦ green 110 ◦ blue 79

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

Shades of Go Ben #766E4F

Tints of Go Ben #766E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 38.44%
G = 35.83%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#766E4F (or 0x766E4F) is known color: Go Ben. HEX triplet: 76, 6E and 4F. RGB value is (118,110,79). Sum of RGB (Red+Green+Blue) = 118+110+79=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E4F is #8991B0. Grayscale: #6C6C6C. Windows color (decimal): -9015729 or 5205622. OLE color: 5205622.

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

Color convert

RGB 118 110 79 -
CMYK 0 0.07 0.33 0.54
HSL 47.69º 0.2% 0.39% -
HSV(B) 47.69º 0.33% 0.46% -
XYZ 14.46 15.57 9.64 -
YUV 108.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 118 110 79 0 0.07 0.33 0.54 47.69 0.2 0.39
Hex 76 6E 4F 0 7 21 36 30 14 27
Octal 166 156 117 0 7 41 66 60 24 47
Binary 1110110 1101110 1001111 0 111 100001 110110 110000 10100 100111

Color Harmonies of #766E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E4F

Black with #766E4F

Text Example


Text Example

White with #766E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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