Html Css Color HEX #7C713C Go Ben

📋 copy color: '#7C713C'

red 124 ◦ green 113 ◦ blue 60

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

Shades of Go Ben #7C713C

Tints of Go Ben #7C713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 41.75%
G = 38.05%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C713C (or 0x7C713C) is known color: Go Ben. HEX triplet: 7C, 71 and 3C. RGB value is (124,113,60). Sum of RGB (Red+Green+Blue) = 124+113+60=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C713C is #838EC3. Grayscale: #6E6E6E. Windows color (decimal): -8621764 or 3961212. OLE color: 3961212.

HSL color Cylindrical-coordinate representation of color #7C713C: hue angle of 49.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C713C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 113 60 -
CMYK 0 0.09 0.52 0.51
HSL 49.69º 0.35% 0.36% -
HSV(B) 49.69º 0.52% 0.49% -
XYZ 15.03 16.42 6.65 -
YUV 110.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 124 113 60 0 0.09 0.52 0.51 49.69 0.35 0.36
Hex 7C 71 3C 0 9 34 33 32 23 24
Octal 174 161 74 0 11 64 63 62 43 44
Binary 1111100 1110001 111100 0 1001 110100 110011 110010 100011 100100

Color Harmonies of #7C713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C713C

Black with #7C713C

Text Example


Text Example

White with #7C713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,60); }

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

background-color css

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

 a { background-color: rgb(124,113,60); }

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

border-color css

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

 span { border-color: rgb(124,113,60); }

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