Html Css Color HEX #7C754B Go Ben

📋 copy color: '#7C754B'

red 124 ◦ green 117 ◦ blue 75

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

Shades of Go Ben #7C754B

Tints of Go Ben #7C754B

RGB

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

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

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

R = 39.24%
G = 37.03%
B = 23.73%

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

#7C754B (or 0x7C754B) is known color: Go Ben. HEX triplet: 7C, 75 and 4B. RGB value is (124,117,75). Sum of RGB (Red+Green+Blue) = 124+117+75=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C754B is #838AB4. Grayscale: #727272. Windows color (decimal): -8620725 or 4945276. OLE color: 4945276.

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

Color convert

RGB 124 117 75 -
CMYK 0 0.06 0.40 0.51
HSL 51.43º 0.25% 0.39% -
HSV(B) 51.43º 0.4% 0.49% -
XYZ 15.94 17.52 9.2 -
YUV 114.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 124 117 75 0 0.06 0.40 0.51 51.43 0.25 0.39
Hex 7C 75 4B 0 6 28 33 33 19 27
Octal 174 165 113 0 6 50 63 63 31 47
Binary 1111100 1110101 1001011 0 110 101000 110011 110011 11001 100111

Color Harmonies of #7C754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C754B

Black with #7C754B

Text Example


Text Example

White with #7C754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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