Html Css Color HEX #76724E Go Ben

📋 copy color: '#76724E'

red 118 ◦ green 114 ◦ blue 78

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

Shades of Go Ben #76724E

Tints of Go Ben #76724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 38.06%
G = 36.77%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76724E (or 0x76724E) is known color: Go Ben. HEX triplet: 76, 72 and 4E. RGB value is (118,114,78). Sum of RGB (Red+Green+Blue) = 118+114+78=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76724E is #898DB1. Grayscale: #6F6F6F. Windows color (decimal): -9014706 or 5141110. OLE color: 5141110.

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

Color convert

RGB 118 114 78 -
CMYK 0 0.03 0.34 0.54
HSL 54º 0.2% 0.38% -
HSV(B) 54º 0.34% 0.46% -
XYZ 14.86 16.44 9.6 -
YUV 111.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 118 114 78 0 0.03 0.34 0.54 54 0.2 0.38
Hex 76 72 4E 0 3 22 36 36 14 26
Octal 166 162 116 0 3 42 66 66 24 46
Binary 1110110 1110010 1001110 0 11 100010 110110 110110 10100 100110

Color Harmonies of #76724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76724E

Black with #76724E

Text Example


Text Example

White with #76724E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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