Html Css Color HEX #76724A Go Ben

📋 copy color: '#76724A'

red 118 ◦ green 114 ◦ blue 74

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

Shades of Go Ben #76724A

Tints of Go Ben #76724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 38.56%
G = 37.25%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76724A (or 0x76724A) is known color: Go Ben. HEX triplet: 76, 72 and 4A. RGB value is (118,114,74). Sum of RGB (Red+Green+Blue) = 118+114+74=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76724A is #898DB5. Grayscale: #6E6E6E. Windows color (decimal): -9014710 or 4878966. OLE color: 4878966.

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

Color convert

RGB 118 114 74 -
CMYK 0 0.03 0.37 0.54
HSL 54.55º 0.23% 0.38% -
HSV(B) 54.55º 0.37% 0.46% -
XYZ 14.72 16.38 8.86 -
YUV 110.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 118 114 74 0 0.03 0.37 0.54 54.55 0.23 0.38
Hex 76 72 4A 0 3 25 36 37 17 26
Octal 166 162 112 0 3 45 66 67 27 46
Binary 1110110 1110010 1001010 0 11 100101 110110 110111 10111 100110

Color Harmonies of #76724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76724A

Black with #76724A

Text Example


Text Example

White with #76724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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