Html Css Color HEX #76744A Go Ben

📋 copy color: '#76744A'

red 118 ◦ green 116 ◦ blue 74

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

Shades of Go Ben #76744A

Tints of Go Ben #76744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

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

R = 38.31%
G = 37.66%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76744A (or 0x76744A) is known color: Go Ben. HEX triplet: 76, 74 and 4A. RGB value is (118,116,74). Sum of RGB (Red+Green+Blue) = 118+116+74=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76744A is #898BB5. Grayscale: #6F6F6F. Windows color (decimal): -9014198 or 4879478. OLE color: 4879478.

HSL color Cylindrical-coordinate representation of color #76744A: hue angle of 57.27º 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 #76744A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 74 -
CMYK 0 0.02 0.37 0.54
HSL 57.27º 0.23% 0.38% -
HSV(B) 57.27º 0.37% 0.46% -
XYZ 14.95 16.84 8.94 -
YUV 111.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 118 116 74 0 0.02 0.37 0.54 57.27 0.23 0.38
Hex 76 74 4A 0 2 25 36 39 17 26
Octal 166 164 112 0 2 45 66 71 27 46
Binary 1110110 1110100 1001010 0 10 100101 110110 111001 10111 100110

Color Harmonies of #76744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76744A

Black with #76744A

Text Example


Text Example

White with #76744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76744A; }

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

 H1.HeaderClassName
 {
   color: #76744A;
 }
 .AnyTagClassName
 {
   color: #76744A;
 }
</style>

background-color css

<style>
 a { background-color: #76744A; }

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

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

border-color css

<style>
 span { border-color: #76744A; }

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

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