Html Css Color HEX #7C734A Go Ben

📋 copy color: '#7C734A'

red 124 ◦ green 115 ◦ blue 74

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

Shades of Go Ben #7C734A

Tints of Go Ben #7C734A

RGB

 RED value IS 124 (48.83% from 255) = 39.62%

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 39.62%
G = 36.74%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C734A (or 0x7C734A) is known color: Go Ben. HEX triplet: 7C, 73 and 4A. RGB value is (124,115,74). Sum of RGB (Red+Green+Blue) = 124+115+74=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C734A is #838CB5. Grayscale: #717171. Windows color (decimal): -8621238 or 4879228. OLE color: 4879228.

HSL color Cylindrical-coordinate representation of color #7C734A: hue angle of 49.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C734A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 115 74 -
CMYK 0 0.07 0.40 0.51
HSL 49.2º 0.25% 0.39% -
HSV(B) 49.2º 0.4% 0.49% -
XYZ 15.68 17.04 8.94 -
YUV 113.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 124 115 74 0 0.07 0.40 0.51 49.2 0.25 0.39
Hex 7C 73 4A 0 7 28 33 31 19 27
Octal 174 163 112 0 7 50 63 61 31 47
Binary 1111100 1110011 1001010 0 111 101000 110011 110001 11001 100111

Color Harmonies of #7C734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C734A

Black with #7C734A

Text Example


Text Example

White with #7C734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C734A; }

 p { color: rgb(124,115,74); }

 H1.HeaderClassName
 {
   color: #7C734A;
 }
 .AnyTagClassName
 {
   color: #7C734A;
 }
</style>

background-color css

<style>
 a { background-color: #7C734A; }

 a { background-color: rgb(124,115,74); }

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

border-color css

<style>
 span { border-color: #7C734A; }

 span { border-color: rgb(124,115,74); }

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