Html Css Color HEX #76703E Go Ben

📋 copy color: '#76703E'

red 118 ◦ green 112 ◦ blue 62

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

Shades of Go Ben #76703E

Tints of Go Ben #76703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 40.41%
G = 38.36%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76703E (or 0x76703E) is known color: Go Ben. HEX triplet: 76, 70 and 3E. RGB value is (118,112,62). Sum of RGB (Red+Green+Blue) = 118+112+62=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76703E is #898FC1. Grayscale: #6C6C6C. Windows color (decimal): -9015234 or 4092022. OLE color: 4092022.

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

Color convert

RGB 118 112 62 -
CMYK 0 0.05 0.47 0.54
HSL 53.57º 0.31% 0.35% -
HSV(B) 53.57º 0.47% 0.46% -
XYZ 14.13 15.79 6.86 -
YUV 108.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 118 112 62 0 0.05 0.47 0.54 53.57 0.31 0.35
Hex 76 70 3E 0 5 2F 36 36 1F 23
Octal 166 160 76 0 5 57 66 66 37 43
Binary 1110110 1110000 111110 0 101 101111 110110 110110 11111 100011

Color Harmonies of #76703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76703E

Black with #76703E

Text Example


Text Example

White with #76703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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