Html Css Color HEX #76724D Go Ben

📋 copy color: '#76724D'

red 118 ◦ green 114 ◦ blue 77

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

Shades of Go Ben #76724D

Tints of Go Ben #76724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 38.19%
G = 36.89%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76724D (or 0x76724D) is known color: Go Ben. HEX triplet: 76, 72 and 4D. RGB value is (118,114,77). Sum of RGB (Red+Green+Blue) = 118+114+77=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76724D is #898DB2. Grayscale: #6F6F6F. Windows color (decimal): -9014707 or 5075574. OLE color: 5075574.

HSL color Cylindrical-coordinate representation of color #76724D: hue angle of 54.15º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76724D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 77 -
CMYK 0 0.03 0.35 0.54
HSL 54.15º 0.21% 0.38% -
HSV(B) 54.15º 0.35% 0.46% -
XYZ 14.83 16.42 9.41 -
YUV 110.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 118 114 77 0 0.03 0.35 0.54 54.15 0.21 0.38
Hex 76 72 4D 0 3 23 36 36 15 26
Octal 166 162 115 0 3 43 66 66 25 46
Binary 1110110 1110010 1001101 0 11 100011 110110 110110 10101 100110

Color Harmonies of #76724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76724D

Black with #76724D

Text Example


Text Example

White with #76724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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