Html Css Color HEX #7C754C Go Ben

📋 copy color: '#7C754C'

red 124 ◦ green 117 ◦ blue 76

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

Shades of Go Ben #7C754C

Tints of Go Ben #7C754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 39.12%
G = 36.91%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C754C (or 0x7C754C) is known color: Go Ben. HEX triplet: 7C, 75 and 4C. RGB value is (124,117,76). Sum of RGB (Red+Green+Blue) = 124+117+76=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C754C is #838AB3. Grayscale: #727272. Windows color (decimal): -8620724 or 5010812. OLE color: 5010812.

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

Color convert

RGB 124 117 76 -
CMYK 0 0.06 0.39 0.51
HSL 51.25º 0.24% 0.39% -
HSV(B) 51.25º 0.39% 0.49% -
XYZ 15.98 17.53 9.38 -
YUV 114.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 124 117 76 0 0.06 0.39 0.51 51.25 0.24 0.39
Hex 7C 75 4C 0 6 27 33 33 18 27
Octal 174 165 114 0 6 47 63 63 30 47
Binary 1111100 1110101 1001100 0 110 100111 110011 110011 11000 100111

Color Harmonies of #7C754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C754C

Black with #7C754C

Text Example


Text Example

White with #7C754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,76); }

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

background-color css

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

 a { background-color: rgb(124,117,76); }

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

border-color css

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

 span { border-color: rgb(124,117,76); }

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