Html Css Color HEX #766A4A Go Ben

📋 copy color: '#766A4A'

red 118 ◦ green 106 ◦ blue 74

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

Shades of Go Ben #766A4A

Tints of Go Ben #766A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 39.6%
G = 35.57%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#766A4A (or 0x766A4A) is known color: Go Ben. HEX triplet: 76, 6A and 4A. RGB value is (118,106,74). Sum of RGB (Red+Green+Blue) = 118+106+74=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A4A is #8995B5. Grayscale: #6A6A6A. Windows color (decimal): -9016758 or 4876918. OLE color: 4876918.

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

Color convert

RGB 118 106 74 -
CMYK 0 0.10 0.37 0.54
HSL 43.64º 0.23% 0.38% -
HSV(B) 43.64º 0.37% 0.46% -
XYZ 13.86 14.65 8.58 -
YUV 105.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 118 106 74 0 0.10 0.37 0.54 43.64 0.23 0.38
Hex 76 6A 4A 0 A 25 36 2C 17 26
Octal 166 152 112 0 12 45 66 54 27 46
Binary 1110110 1101010 1001010 0 1010 100101 110110 101100 10111 100110

Color Harmonies of #766A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A4A

Black with #766A4A

Text Example


Text Example

White with #766A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,74); }

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

background-color css

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

 a { background-color: rgb(118,106,74); }

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

border-color css

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

 span { border-color: rgb(118,106,74); }

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