Html Css Color HEX #76704C Go Ben

📋 copy color: '#76704C'

red 118 ◦ green 112 ◦ blue 76

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

Shades of Go Ben #76704C

Tints of Go Ben #76704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 38.56%
G = 36.6%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76704C (or 0x76704C) is known color: Go Ben. HEX triplet: 76, 70 and 4C. RGB value is (118,112,76). Sum of RGB (Red+Green+Blue) = 118+112+76=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76704C is #898FB3. Grayscale: #6D6D6D. Windows color (decimal): -9015220 or 5009526. OLE color: 5009526.

HSL color Cylindrical-coordinate representation of color #76704C: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76704C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 76 -
CMYK 0 0.05 0.36 0.54
HSL 51.43º 0.22% 0.38% -
HSV(B) 51.43º 0.36% 0.46% -
XYZ 14.57 15.96 9.15 -
YUV 109.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 118 112 76 0 0.05 0.36 0.54 51.43 0.22 0.38
Hex 76 70 4C 0 5 24 36 33 16 26
Octal 166 160 114 0 5 44 66 63 26 46
Binary 1110110 1110000 1001100 0 101 100100 110110 110011 10110 100110

Color Harmonies of #76704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76704C

Black with #76704C

Text Example


Text Example

White with #76704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76704C; }

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

 H1.HeaderClassName
 {
   color: #76704C;
 }
 .AnyTagClassName
 {
   color: #76704C;
 }
</style>

background-color css

<style>
 a { background-color: #76704C; }

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

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

border-color css

<style>
 span { border-color: #76704C; }

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

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