Html Css Color HEX #76713E Go Ben

📋 copy color: '#76713E'

red 118 ◦ green 113 ◦ blue 62

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

Shades of Go Ben #76713E

Tints of Go Ben #76713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 40.27%
G = 38.57%
B = 21.16%

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

#76713E (or 0x76713E) is known color: Go Ben. HEX triplet: 76, 71 and 3E. RGB value is (118,113,62). Sum of RGB (Red+Green+Blue) = 118+113+62=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76713E is #898EC1. Grayscale: #6C6C6C. Windows color (decimal): -9014978 or 4092278. OLE color: 4092278.

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

Color convert

RGB 118 113 62 -
CMYK 0 0.04 0.47 0.54
HSL 54.64º 0.31% 0.35% -
HSV(B) 54.64º 0.47% 0.46% -
XYZ 14.25 16.01 6.9 -
YUV 108.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 118 113 62 0 0.04 0.47 0.54 54.64 0.31 0.35
Hex 76 71 3E 0 4 2F 36 37 1F 23
Octal 166 161 76 0 4 57 66 67 37 43
Binary 1110110 1110001 111110 0 100 101111 110110 110111 11111 100011

Color Harmonies of #76713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76713E

Black with #76713E

Text Example


Text Example

White with #76713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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