Html Css Color HEX #7C744B Go Ben

📋 copy color: '#7C744B'

red 124 ◦ green 116 ◦ blue 75

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

Shades of Go Ben #7C744B

Tints of Go Ben #7C744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 39.37%
G = 36.83%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C744B (or 0x7C744B) is known color: Go Ben. HEX triplet: 7C, 74 and 4B. RGB value is (124,116,75). Sum of RGB (Red+Green+Blue) = 124+116+75=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C744B is #838BB4. Grayscale: #717171. Windows color (decimal): -8620981 or 4945020. OLE color: 4945020.

HSL color Cylindrical-coordinate representation of color #7C744B: hue angle of 50.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 #7C744B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 116 75 -
CMYK 0 0.06 0.40 0.51
HSL 50.2º 0.25% 0.39% -
HSV(B) 50.2º 0.4% 0.49% -
XYZ 15.83 17.28 9.16 -
YUV 113.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 124 116 75 0 0.06 0.40 0.51 50.2 0.25 0.39
Hex 7C 74 4B 0 6 28 33 32 19 27
Octal 174 164 113 0 6 50 63 62 31 47
Binary 1111100 1110100 1001011 0 110 101000 110011 110010 11001 100111

Color Harmonies of #7C744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C744B

Black with #7C744B

Text Example


Text Example

White with #7C744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,116,75); }

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

background-color css

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

 a { background-color: rgb(124,116,75); }

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

border-color css

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

 span { border-color: rgb(124,116,75); }

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