Html Css Color HEX #76714E Go Ben

📋 copy color: '#76714E'

red 118 ◦ green 113 ◦ blue 78

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

Shades of Go Ben #76714E

Tints of Go Ben #76714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 38.19%
G = 36.57%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76714E (or 0x76714E) is known color: Go Ben. HEX triplet: 76, 71 and 4E. RGB value is (118,113,78). Sum of RGB (Red+Green+Blue) = 118+113+78=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76714E is #898EB1. Grayscale: #6E6E6E. Windows color (decimal): -9014962 or 5140854. OLE color: 5140854.

HSL color Cylindrical-coordinate representation of color #76714E: hue angle of 52.5º 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 #76714E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 78 -
CMYK 0 0.04 0.34 0.54
HSL 52.5º 0.2% 0.38% -
HSV(B) 52.5º 0.34% 0.46% -
XYZ 14.75 16.21 9.56 -
YUV 110.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 118 113 78 0 0.04 0.34 0.54 52.5 0.2 0.38
Hex 76 71 4E 0 4 22 36 34 14 26
Octal 166 161 116 0 4 42 66 64 24 46
Binary 1110110 1110001 1001110 0 100 100010 110110 110100 10100 100110

Color Harmonies of #76714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76714E

Black with #76714E

Text Example


Text Example

White with #76714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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