Html Css Color HEX #76713F Go Ben

📋 copy color: '#76713F'

red 118 ◦ green 113 ◦ blue 63

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

Shades of Go Ben #76713F

Tints of Go Ben #76713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.43%

R = 40.14%
G = 38.44%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76713F (or 0x76713F) is known color: Go Ben. HEX triplet: 76, 71 and 3F. RGB value is (118,113,63). Sum of RGB (Red+Green+Blue) = 118+113+63=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76713F is #898EC0. Grayscale: #6D6D6D. Windows color (decimal): -9014977 or 4157814. OLE color: 4157814.

HSL color Cylindrical-coordinate representation of color #76713F: hue angle of 54.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76713F is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 63 -
CMYK 0 0.04 0.47 0.54
HSL 54.55º 0.3% 0.35% -
HSV(B) 54.55º 0.47% 0.46% -
XYZ 14.27 16.02 7.04 -
YUV 108.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 118 113 63 0 0.04 0.47 0.54 54.55 0.3 0.35
Hex 76 71 3F 0 4 2F 36 37 1E 23
Octal 166 161 77 0 4 57 66 67 36 43
Binary 1110110 1110001 111111 0 100 101111 110110 110111 11110 100011

Color Harmonies of #76713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76713F

Black with #76713F

Text Example


Text Example

White with #76713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76713F; }

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

 H1.HeaderClassName
 {
   color: #76713F;
 }
 .AnyTagClassName
 {
   color: #76713F;
 }
</style>

background-color css

<style>
 a { background-color: #76713F; }

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

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

border-color css

<style>
 span { border-color: #76713F; }

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

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